summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-09-27 18:46:53 -0400
committerBen Gamari <ben@smart-cactus.org>2018-10-01 11:52:43 -0400
commit0ac86cb77b54ae1c9a7ff377cef47fe14affdf65 (patch)
tree0ccbaa6e5f7e9fd0a9a650bbd4717aaa014a9891
parent4578548faf0679efb1d9f851835c99343cd04717 (diff)
downloadhaskell-0ac86cb77b54ae1c9a7ff377cef47fe14affdf65.tar.gz
ghc-prim: Fix typo in traceBinaryEvent# changelog entry
-rw-r--r--libraries/ghc-prim/changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/ghc-prim/changelog.md b/libraries/ghc-prim/changelog.md
index ee1ed5ce00..ecbc93fea4 100644
--- a/libraries/ghc-prim/changelog.md
+++ b/libraries/ghc-prim/changelog.md
@@ -3,7 +3,8 @@
- Shipped with GHC 8.8.1
- Added to `GHC.Prim`:
- traveBinaryEvent# :: Addr# -> Int# -> State# s -> State# s
+
+ traceBinaryEvent# :: Addr# -> Int# -> State# s -> State# s
## 0.5.3 (edit as necessary)