aboutsummaryrefslogtreecommitdiff
path: root/gcc/double-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r--gcc/double-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h
index e02ffeb..2c70bb5 100644
--- a/gcc/double-int.h
+++ b/gcc/double-int.h
@@ -60,7 +60,7 @@ struct double_int
static double_int from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low);
/* Construct from a fuffer of length LEN. BUFFER will be read according
- to byte endianess and word endianess. */
+ to byte endianness and word endianness. */
static double_int from_buffer (const unsigned char *buffer, int len);
/* No copy assignment operator or destructor to keep the type a POD. */