summaryrefslogtreecommitdiff
path: root/lib/VMCore/TypesContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/TypesContext.h')
-rw-r--r--lib/VMCore/TypesContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/TypesContext.h b/lib/VMCore/TypesContext.h
index 6fb53be959..ad09478bbc 100644
--- a/lib/VMCore/TypesContext.h
+++ b/lib/VMCore/TypesContext.h
@@ -370,7 +370,7 @@ public:
// Remove the old entry form TypesByHash. If the hash values differ
// now, remove it from the old place. Otherwise, continue scanning
- // withing this hashcode to reduce work.
+ // within this hashcode to reduce work.
if (NewTypeHash != OldTypeHash) {
RemoveFromTypesByHash(OldTypeHash, Ty);
} else {