[commit: ghc] master: Typo in comment (1874501)

git at git.haskell.org git at git.haskell.org
Mon Oct 27 23:20:14 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/187450131877aef159fbfcdda0a5117f779f1688/ghc

>---------------------------------------------------------------

commit 187450131877aef159fbfcdda0a5117f779f1688
Author: Gabor Greif <ggreif at gmail.com>
Date:   Tue Oct 28 00:17:13 2014 +0100

    Typo in comment


>---------------------------------------------------------------

187450131877aef159fbfcdda0a5117f779f1688
 compiler/main/DriverPipeline.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs
index 870d994..6bc67e7 100644
--- a/compiler/main/DriverPipeline.hs
+++ b/compiler/main/DriverPipeline.hs
@@ -2241,8 +2241,8 @@ getGhcVersionPathName dflags = do
 --   2. ${CC} -x assembler -c 'PIC_CFLAGS' source.S
 --
 -- Why do we need to pass 'PIC_CFLAGS' both to C compiler and assembler?
--- Because on some architectures (at least sparc32) assembler also choses
--- relocation type!
+-- Because on some architectures (at least sparc32) assembler also chooses
+-- the relocation type!
 -- Consider the following C module:
 --
 --     /* pic-sample.c */



More information about the ghc-commits mailing list