]> granicus.if.org Git - icu/commitdiff
ICU-9258 fix typo in comment
authorSteven R. Loomis <srl@icu-project.org>
Wed, 30 May 2012 00:50:22 +0000 (00:50 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Wed, 30 May 2012 00:50:22 +0000 (00:50 +0000)
X-SVN-Rev: 31882

icu4c/source/i18n/digitlst.cpp

index 5d7eb92e93f5e266431f1de0407ae8c8a027aebb..9aaf0491756f3e9f53d33cc2a8c3c399365faf7d 100644 (file)
@@ -698,8 +698,7 @@ DigitList::set(int32_t source)
 
 // -------------------------------------
 /**
- * @param maximumDigits The maximum digits to be generated.  If zero,
- * there is no maximum -- generate all digits.
+ * Set an int64, via decnumber
  */
 void
 DigitList::set(int64_t source)
@@ -713,8 +712,7 @@ DigitList::set(int64_t source)
 }
 
 /**
- * @param maximumDigits The maximum digits to be generated.  If zero,
- * there is no maximum -- generate all digits.
+ * Set an int64, with no decnumber
  */
 void
 DigitList::setInteger(int64_t source)