From 9e496ae428a1e369f508128ff4ea8b309be095f5 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Fri, 3 Jun 2016 18:19:26 +0000 Subject: [PATCH] ICU-12575 fix incorrect API comments on class LocalUHashtablePointer X-SVN-Rev: 38789 --- icu4c/source/common/uhash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/uhash.h b/icu4c/source/common/uhash.h index 1761dd0a2e9..1c24858ff3e 100644 --- a/icu4c/source/common/uhash.h +++ b/icu4c/source/common/uhash.h @@ -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