diff options
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 0616e8a7d1d..37dbe02fcc6 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -1495,7 +1495,7 @@ cpp_push_buffer (pfile, buffer, length) cpp_buffer *new; if (++pfile->buffer_stack_depth == CPP_STACK_MAX) { - cpp_fatal (pfile, "#include nested too deep"); + cpp_fatal (pfile, "#include nested too deeply"); return NULL; } if (pfile->cur_context > 0) |