diff --git a/icu4c/source/i18n/complexunitsconverter.h b/icu4c/source/i18n/complexunitsconverter.h index 933107bd332..0fe76ba52b2 100644 --- a/icu4c/source/i18n/complexunitsconverter.h +++ b/icu4c/source/i18n/complexunitsconverter.h @@ -52,7 +52,7 @@ class U_I18N_API ComplexUnitsConverter { // 1 meter --> 3 feet, 3.3701 inches // NOTE: // the smallest element is the only element that could have fractional values. And all - // other elements are rounded to the nearest integer + // other elements are floored to the nearest integer MaybeStackVector convert(double quantity, UErrorCode &status) const; private: