]> Savannah Git Hosting - gnulib.git/commitdiff
intprops: fix comment typo
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 15 Apr 2017 02:03:20 +0000 (19:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 15 Apr 2017 02:03:43 +0000 (19:03 -0700)
lib/intprops.h

index ca8740d2927cbde3a2e6f05bb837b4d29ac2f713..e2ed277f9775db2ede78ae0965414c83b7645a3e 100644 (file)
@@ -461,8 +461,8 @@ verify (TYPE_WIDTH (unsigned int) == UINT_WIDTH);
    E.g., GCC converts to signed integers in the usual way; see:
    https://gcc.gnu.org/onlinedocs/gcc/Integers-implementation.html
    All other known C compilers are similar to GCC in this respect.
-   Furthermore, Oracle Studio Studio 12.3 x86 has a bug when
-   implementing the standard way; see:
+   Furthermore, Oracle Studio 12.3 x86 has a bug when implementing the
+   standard way; see:
    http://lists.gnu.org/archive/html/bug-gnulib/2017-04/msg00049.html
 
    So, implement this operation in the usual way rather than in