]> granicus.if.org Git - icu/commitdiff
ICU-12575 fix incorrect API comments on class LocalUHashtablePointer
authorAndy Heninger <andy.heninger@gmail.com>
Fri, 3 Jun 2016 18:19:26 +0000 (18:19 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Fri, 3 Jun 2016 18:19:26 +0000 (18:19 +0000)
X-SVN-Rev: 38789

icu4c/source/common/uhash.h

index 1761dd0a2e9209deee5d87587b4afeb1c554d937..1c24858ff3e0aeea3aad140fbdf2b0ef59cc059a 100644 (file)
@@ -680,8 +680,8 @@ uhash_equals(const UHashtable* hash1, const UHashtable* hash2);
 U_NAMESPACE_BEGIN
 
 /**
- * \class LocalUResourceBundlePointer
- * "Smart pointer" class, closes a UResourceBundle via ures_close().
+ * \class LocalUHashtablePointer
+ * "Smart pointer" class, closes a UHashtable via uhash_close().
  * For most methods see the LocalPointerBase base class.
  *
  * @see LocalPointerBase