diff options
author | Niklas Hambüchen <mail@nh2.me> | 2013-08-23 21:46:02 +0900 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-08-23 09:26:00 -0500 |
commit | 48d7b0e963e88101464136419705e3c9e2e947f9 (patch) | |
tree | a02b7e1d2b1072aeed667db4b20ecfa65563665d | |
parent | 80ac75f774ef008f769d75db6738544c7a5fc8c4 (diff) | |
download | haskell-48d7b0e963e88101464136419705e3c9e2e947f9.tar.gz |
Fingerprint: Fix comment typo
Signed-off-by: Austin Seipp <aseipp@pobox.com>
-rw-r--r-- | compiler/utils/Fingerprint.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Fingerprint.hsc b/compiler/utils/Fingerprint.hsc index ad83db1f6b..aad964a212 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 |