diff options
Diffstat (limited to 'gcc/wide-int.cc')
-rw-r--r-- | gcc/wide-int.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/wide-int.cc b/gcc/wide-int.cc index 4c1a79a..dab4c19 100644 --- a/gcc/wide-int.cc +++ b/gcc/wide-int.cc @@ -151,7 +151,7 @@ wi::from_array (HOST_WIDE_INT *val, const HOST_WIDE_INT *xval, } /* Construct a wide int from a buffer of length LEN. BUFFER will be - read according to byte endianess and word endianess of the target. + read according to byte endianness and word endianness of the target. Only the lower BUFFER_LEN bytes of the result are set; the remaining high bytes are cleared. */ wide_int |