summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/unicode/dtintrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/unicode/dtintrv.h')
-rw-r--r--deps/icu-small/source/common/unicode/dtintrv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/unicode/dtintrv.h b/deps/icu-small/source/common/unicode/dtintrv.h
index 2221b36c9b..c99011e26c 100644
--- a/deps/icu-small/source/common/unicode/dtintrv.h
+++ b/deps/icu-small/source/common/unicode/dtintrv.h
@@ -69,7 +69,7 @@ public:
* <pre>
* . Base* polymorphic_pointer = createPolymorphicObject();
* . if (polymorphic_pointer->getDynamicClassID() ==
- * . erived::getStaticClassID()) ...
+ * . derived::getStaticClassID()) ...
* </pre>
* @return The class ID for all objects of this class.
* @stable ICU 4.0