[commit: ghc] master: fix -ddump-asm description (140563f)
git at git.haskell.org
git at git.haskell.org
Thu Aug 30 19:11:11 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/140563ff30ac3d36604d31409547bf229008552e/ghc
>---------------------------------------------------------------
commit 140563ff30ac3d36604d31409547bf229008552e
Author: Alp Mestanogullari <alp at well-typed.com>
Date: Thu Aug 30 20:57:17 2018 +0200
fix -ddump-asm description
Summary: It was missing some words.
Test Plan: None (docs only)
Reviewers: bgamari, monoidal
Reviewed By: monoidal
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5102
>---------------------------------------------------------------
140563ff30ac3d36604d31409547bf229008552e
docs/users_guide/debugging.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index 2039e12..6a4c7fe 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -543,7 +543,7 @@ assembler.
:shortdesc: Dump final assembly
:type: dynamic
- Dump assembly language produced by the
+ Dump the final assembly produced by the native code generator.
Miscellaneous backend dumps
More information about the ghc-commits
mailing list