summaryrefslogtreecommitdiff
path: root/rts/Hash.c
diff options
context:
space:
mode:
authorFacundo Domínguez <facundo.dominguez@tweag.io>2014-12-22 19:15:36 -0200
committerFacundo Domínguez <facundo.dominguez@tweag.io>2014-12-22 19:16:54 -0200
commitc72f61c6d4dd779d61bd0ebc0b1211a84c5b9038 (patch)
treecab68e458106294731ccd5d3f2ad1f328000204a /rts/Hash.c
parent22bb78bb02718e162130690dfb9a11d7b719cea1 (diff)
downloadhaskell-c72f61c6d4dd779d61bd0ebc0b1211a84c5b9038.tar.gz
Groom comments related to StaticPointers.
Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D575
Diffstat (limited to 'rts/Hash.c')
-rw-r--r--rts/Hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Hash.c b/rts/Hash.c
index 1881092851..422c3d9182 100644
--- a/rts/Hash.c
+++ b/rts/Hash.c
@@ -206,7 +206,7 @@ lookupHashTable(HashTable *table, StgWord key)
return NULL;
}
-// Puts up to keys_sz keys of the hash table into the given array. Returns the
+// Puts up to szKeys keys of the hash table into the given array. Returns the
// actual amount of keys that have been retrieved.
//
// If the table is modified concurrently, the function behavior is undefined.