diff options
Diffstat (limited to 'gcc/ada/uintp.ads')
-rw-r--r-- | gcc/ada/uintp.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/uintp.ads b/gcc/ada/uintp.ads index a09f326..d8342ba 100644 --- a/gcc/ada/uintp.ads +++ b/gcc/ada/uintp.ads @@ -251,9 +251,9 @@ package Uintp is generic type In_T is range <>; function UI_From_Integral (Input : In_T) return Uint; - -- Likewise, but converts from any integer type. - -- Must not be applied to biased types (instantiation will provide - -- a warning if actual is a biased type). + -- Likewise, but converts from any integer type. Must not be applied to + -- biased types (instantiation will provide a warning if actual is a biased + -- type). function UI_From_CC (Input : Char_Code) return Uint; -- Converts Char_Code value to universal integer form |