Index: src/IceGlobalInits.h |
diff --git a/src/IceGlobalInits.h b/src/IceGlobalInits.h |
index 378d5d793696dbe8bc59ebce763a388a48c65b23..e951734faf666ab7f5aaa467f1e7d879938d4267 100644 |
--- a/src/IceGlobalInits.h |
+++ b/src/IceGlobalInits.h |
@@ -279,7 +279,7 @@ public: |
: Initializer(DataInitializerKind), ContentsSize(Values.size()), |
// ugh, we should actually do new char[], but this may involve |
// implementation-specific details. Given that Contents is arena |
- // allocated, and never detele[]d, just use char -- |
+ // allocated, and never delete[]d, just use char -- |
// AllocOwner->allocate_array will allocate a buffer with the right |
// size. |
Contents(new (VDL->allocate_initializer<char>(ContentsSize)) char) { |