diff options
Diffstat (limited to 'gcc/cppcharset.c')
-rw-r--r-- | gcc/cppcharset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppcharset.c b/gcc/cppcharset.c index 7631765..0fc87f2c 100644 --- a/gcc/cppcharset.c +++ b/gcc/cppcharset.c @@ -448,7 +448,7 @@ one_utf16_to_utf8 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, /* Helper routine for the next few functions. The 'const' on one_conversion means that we promise not to modify what function is - pointed to, which lets the inliner see through it. */ + pointed to, which lets the inliner see through it. */ static inline bool conversion_loop (int (*const one_conversion)(iconv_t, const uchar **, size_t *, |