summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-02-20 10:35:08 -0500
committerMatthew Pickering <matthewtpickering@gmail.com>2021-03-03 06:29:47 -0500
commitfd7e2ba7f16ee48d2255da812a23cb9262c4bf89 (patch)
tree1bacca98a9516fbe90c60b2950648977904568a3
parentede60537b9c6827063734312d8068a7d30b89dd5 (diff)
downloadhaskell-fd7e2ba7f16ee48d2255da812a23cb9262c4bf89.tar.gz
Correct module name in `-fprof-callers` documentationwip/fix-prof-callers-docs
-rw-r--r--docs/users_guide/profiling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/profiling.rst b/docs/users_guide/profiling.rst
index 1eddcb7160..ac687ed9ba 100644
--- a/docs/users_guide/profiling.rst
+++ b/docs/users_guide/profiling.rst
@@ -369,7 +369,7 @@ compiled program.
they appear in the source program (e.g. a call to ``f`` may inlined with
its wrapper, resulting in an occurrence of its worker, ``$wf``).
- In addition to plain module-qualified names (e.g. ``Data.List.map``),
+ In addition to plain module-qualified names (e.g. ``GHC.Base.map``),
⟨name⟩ also accepts a small globbing language using ``*`` as a wildcard
symbol: