summaryrefslogtreecommitdiff
path: root/lib/intprops.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-04-14 19:03:20 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-04-14 19:03:43 -0700
commitf05e6ea8927664df6fa55d2f11a60f1b5ca4e399 (patch)
tree0cd5b6010fd26572d0249a3ca734c62dc0d23fe9 /lib/intprops.h
parent749eb770bb1dff00b3c240fdc71e9e000ecaa0cc (diff)
downloadgnulib-f05e6ea8927664df6fa55d2f11a60f1b5ca4e399.tar.gz
intprops: fix comment typo
Diffstat (limited to 'lib/intprops.h')
-rw-r--r--lib/intprops.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/intprops.h b/lib/intprops.h
index ca8740d292..e2ed277f97 100644
--- a/lib/intprops.h
+++ b/lib/intprops.h
@@ -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