summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/sharedobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/sharedobject.h')
-rw-r--r--deps/icu-small/source/common/sharedobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/sharedobject.h b/deps/icu-small/source/common/sharedobject.h
index 54655d0d71..878594c7ff 100644
--- a/deps/icu-small/source/common/sharedobject.h
+++ b/deps/icu-small/source/common/sharedobject.h
@@ -104,7 +104,7 @@ public:
/**
* Deletes this object if it has no references.
* Available for non-cached SharedObjects only. Ownership of cached objects
- * is with the UnifiedCache, which is soley responsible for eviction and deletion.
+ * is with the UnifiedCache, which is solely responsible for eviction and deletion.
*/
void deleteIfZeroRefCount() const;