aboutsummaryrefslogtreecommitdiff
path: root/include/plugin-api.h
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2019-01-09 13:59:16 -0800
committerSandra Loosemore <sandra@codesourcery.com>2019-01-09 13:59:16 -0800
commita08da33eb3f69dec01810440a40c77ed56a79b69 (patch)
treef3aafc631bfdd3154ca7168e359d3a2e724f7344 /include/plugin-api.h
parent669e09f609d30e070dc26db34d938a0888a01928 (diff)
downloadgdb-a08da33eb3f69dec01810440a40c77ed56a79b69.zip
gdb-a08da33eb3f69dec01810440a40c77ed56a79b69.tar.gz
gdb-a08da33eb3f69dec01810440a40c77ed56a79b69.tar.bz2
Merge from gcc: use "cannot" instead of "can not" in libiberty and include.
2019-01-09 Sandra Loosemore <sandra@codesourcery.com> Merge from GCC: 2019-01-09 Sandra Loosemore <sandra@codesourcery.com> PR other/16615 [2/5] include/ * libiberty.h: Mechanically replace "can not" with "cannot". * plugin-api.h: Likewise. libiberty/ * cp-demangle.c: Mechanically replace "can not" with "cannot". * floatformat.c: Likewise. * strerror.c: Likewise.
Diffstat (limited to 'include/plugin-api.h')
-rw-r--r--include/plugin-api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin-api.h b/include/plugin-api.h
index 174f01c..2076bda 100644
--- a/include/plugin-api.h
+++ b/include/plugin-api.h
@@ -34,7 +34,7 @@
#include <sys/types.h>
#if !defined(HAVE_STDINT_H) && !defined(HAVE_INTTYPES_H) && \
!defined(UINT64_MAX) && !defined(uint64_t)
-#error can not find uint64_t type
+#error cannot find uint64_t type
#endif
#ifdef __cplusplus