summaryrefslogtreecommitdiff
path: root/gcc/mbchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/mbchar.c')
-rw-r--r--gcc/mbchar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/mbchar.c b/gcc/mbchar.c
index f5f7beca4c6..58422988ecc 100644
--- a/gcc/mbchar.c
+++ b/gcc/mbchar.c
@@ -184,7 +184,7 @@ local_mbtowc (pwc, s, n)
if (s == NULL)
{
save_state = ASCII;
- /* State-dependent. */
+ /* State-dependent. */
return 1;
}
@@ -283,7 +283,7 @@ local_mbtowc (pwc, s, n)
return 1;
#else
- /* This must be the "C" locale or unknown locale. */
+ /* This must be the "C" locale or unknown locale. */
return mbtowc (pwc, s, n);
#endif
}