diff options
author | Gabor Greif <ggreif@gmail.com> | 2018-06-18 14:22:54 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2018-06-18 14:41:54 +0200 |
commit | 6ac8a72f7a044f44734a0270487c3bb6fb186d53 (patch) | |
tree | 615d72e490c418f79f4fb18d1453412394247af2 /docs/users_guide/debugging.rst | |
parent | 30b029bea9abe1f5f2855d9e7f0ae26a18cf049b (diff) | |
download | haskell-6ac8a72f7a044f44734a0270487c3bb6fb186d53.tar.gz |
Typofixes in docs and comments [ci skip]
Diffstat (limited to 'docs/users_guide/debugging.rst')
-rw-r--r-- | docs/users_guide/debugging.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst index de69db8128..8cd7fd9840 100644 --- a/docs/users_guide/debugging.rst +++ b/docs/users_guide/debugging.rst @@ -384,7 +384,7 @@ These flags dump various phases of GHC's C-\\- pipeline. file parsing. Cmm dumps don't include unreachable blocks since we print - blocks in reverse post order. + blocks in reverse post-order. .. ghc-flag:: -ddump-cmm-from-stg :shortdesc: Dump STG-to-C-\\- output @@ -763,7 +763,7 @@ Checking for consistency useful when finding pointer tagging issues. .. ghc-flag:: -fproc-alignment - :shortdesc: Align functions at given boundry. + :shortdesc: Align functions at given boundary. :type: dynamic Align functions to multiples of the given value. Only valid values are powers |