From 01ed02b11200f7b7473aac39dd3ae61c8543ea27 Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Fri, 3 Jan 2025 15:50:43 -0800 Subject: [PATCH] Update icu4c/source/i18n/unicode/calendar.h Co-authored-by: Markus Scherer --- icu4c/source/i18n/unicode/calendar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/calendar.h b/icu4c/source/i18n/unicode/calendar.h index 9be0a2bb8dc5..8a07c37b8925 100644 --- a/icu4c/source/i18n/unicode/calendar.h +++ b/icu4c/source/i18n/unicode/calendar.h @@ -1951,7 +1951,7 @@ class U_I18N_API Calendar : public UObject { /** * Pseudo-time-stamps which specify when each field was set. There * are two special values, UNSET and INTERNALLY_SET. Values from - * MINIMUM_USER_SET to 127 are legal user set values. + * MINIMUM_USER_SET to STAMP_MAX are legal user set values. */ int8_t fStamp[UCAL_FIELD_COUNT];