summaryrefslogtreecommitdiff
path: root/rts/RetainerSet.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-05-04 18:33:57 +0200
committerGabor Greif <ggreif@gmail.com>2017-05-05 12:26:26 +0200
commit02748a52659949a06ef61d02894dadddd3c97412 (patch)
tree5c4bb3b49658a47e094bde1f05a62661b4b7069d /rts/RetainerSet.h
parentc8e4d4b387d6d057dea98d6a595e3712f24289dc (diff)
downloadhaskell-02748a52659949a06ef61d02894dadddd3c97412.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'rts/RetainerSet.h')
-rw-r--r--rts/RetainerSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h
index 60b7c2e1d2..52f12dc155 100644
--- a/rts/RetainerSet.h
+++ b/rts/RetainerSet.h
@@ -106,7 +106,7 @@ RetainerSet *singleton(retainer r);
extern RetainerSet rs_MANY;
-// Checks if a given retainer is a memeber of the retainer set.
+// Checks if a given retainer is a member of the retainer set.
//
// Note & (maybe) Todo:
// This function needs to be declared as an inline function, so it is declared