aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2018-07-13 10:27:11 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2018-07-13 10:27:11 +0000
commite52b0aab95bcadbf4fd20b2a64e003c86cf5ccc2 (patch)
treedc9da024ef5fe33f8dbb0f97418f73c3791ea06b /gcc/ada/gcc-interface/utils.c
parent86b43436b761589f46ace3adca63dfeaf602b237 (diff)
downloadgcc-e52b0aab95bcadbf4fd20b2a64e003c86cf5ccc2.zip
gcc-e52b0aab95bcadbf4fd20b2a64e003c86cf5ccc2.tar.gz
gcc-e52b0aab95bcadbf4fd20b2a64e003c86cf5ccc2.tar.bz2
DFix typo
From-SVN: r262630
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
-rw-r--r--gcc/ada/gcc-interface/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/utils.c b/gcc/ada/gcc-interface/utils.c
index 432bafe..5481507 100644
--- a/gcc/ada/gcc-interface/utils.c
+++ b/gcc/ada/gcc-interface/utils.c
@@ -1684,7 +1684,7 @@ record_builtin_type (const char *name, tree type, bool artificial_p)
integral types are unsigned.
Unfortunately the signedness of 'char' in C is implementation-defined
- and GCC even has the option -f{un}signed-char to toggle it at run time.
+ and GCC even has the option -f[un]signed-char to toggle it at run time.
Since GNAT's philosophy is to be compatible with C by default, to wit
Interfaces.C.char is defined as a mere copy of Character, we may need
to declare character types as signed types in GENERIC and generate the