diff options
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r-- | gcc/double-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h index 8e709e6..650520b 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -190,7 +190,7 @@ struct double_int bool operator == (double_int cst2) const; bool operator != (double_int cst2) const; - /* Please migrate away from using these member variables publically. */ + /* Please migrate away from using these member variables publicly. */ unsigned HOST_WIDE_INT low; HOST_WIDE_INT high; |