diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index e906e09b203..2534ba455a3 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -583,7 +583,7 @@ cpp_create_reader (lang) } /* Free resources used by PFILE. Accessing PFILE after this function - returns leads to undefined behaviour. Returns the error count. */ + returns leads to undefined behavior. Returns the error count. */ void cpp_destroy (pfile) cpp_reader *pfile; |