summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2017-11-21 14:27:51 -0500
committerBen Gamari <ben@smart-cactus.org>2017-11-21 14:28:01 -0500
commit0b20d9c51d627febab34b826fccf522ca8bac323 (patch)
tree44a21eb0cbb4fe52646f7b03ff6e431b3cd5acc1 /compiler
parent66d17995a057c313fb22b0660a6327bd41afea4a (diff)
downloadhaskell-0b20d9c51d627febab34b826fccf522ca8bac323.tar.gz
base: Document GHC.Stack.CCS internals
Reviewers: hvr Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4204
Diffstat (limited to 'compiler')
-rw-r--r--compiler/prelude/primops.txt.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp
index 952d4746ff..fe33ead294 100644
--- a/compiler/prelude/primops.txt.pp
+++ b/compiler/prelude/primops.txt.pp
@@ -2836,7 +2836,7 @@ primop GetCurrentCCSOp "getCurrentCCS#" GenPrimOp
a -> State# s -> (# State# s, Addr# #)
{ Returns the current {\tt CostCentreStack} (value is {\tt NULL} if
not profiling). Takes a dummy argument which can be used to
- avoid the call to {\tt getCCCS\#} being floated out by the
+ avoid the call to {\tt getCurrentCCS\#} being floated out by the
simplifier, which would result in an uninformative stack
("CAF"). }