[commit: ghc] master: Fingerprint: Fix comment typo (48d7b0e)
git at git.haskell.org
git at git.haskell.org
Fri Aug 23 19:13:25 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/48d7b0e963e88101464136419705e3c9e2e947f9/ghc
>---------------------------------------------------------------
commit 48d7b0e963e88101464136419705e3c9e2e947f9
Author: Niklas Hambüchen <mail at nh2.me>
Date: Fri Aug 23 21:46:02 2013 +0900
Fingerprint: Fix comment typo
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
48d7b0e963e88101464136419705e3c9e2e947f9
compiler/utils/Fingerprint.hsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/utils/Fingerprint.hsc b/compiler/utils/Fingerprint.hsc
index ad83db1..aad964a 100644
--- a/compiler/utils/Fingerprint.hsc
+++ b/compiler/utils/Fingerprint.hsc
@@ -13,7 +13,7 @@ module Fingerprint (
readHexFingerprint,
fingerprintData,
fingerprintString,
- -- Re-exported rom GHC.Fingerprint for GHC >= 7.7, local otherwise
+ -- Re-exported from GHC.Fingerprint for GHC >= 7.7, local otherwise
getFileHash
) where
More information about the ghc-commits
mailing list