]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - libiberty/floatformat.c
Fix advance/until and multiple locations (PR gdb/26524)
[thirdparty/binutils-gdb.git] / libiberty / floatformat.c
index 2c6c6abe77fb233ee6cbf8715b0450e99d2327a9..2fd5e688ec4177ca91cdf2cd4d92b3ac34ffe409 100644 (file)
@@ -1,5 +1,5 @@
 /* IEEE floating point support routines, for GDB, the GNU Debugger.
-   Copyright (C) 1991-2019 Free Software Foundation, Inc.
+   Copyright (C) 1991-2020 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -489,7 +489,7 @@ floatformat_to_double (const struct floatformat *fmt,
       int nan = mant_bits_set (fmt, ufrom);
 
       /* On certain systems (such as GNU/Linux), the use of the
-        INFINITY macro below may generate a warning that can not be
+        INFINITY macro below may generate a warning that cannot be
         silenced due to a bug in GCC (PR preprocessor/11931).  The
         preprocessor fails to recognise the __extension__ keyword in
         conjunction with the GNU/C99 extension for hexadecimal