diff options
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r-- | gcc/cppmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c index 923c71684f4..20a4a6d0e6c 100644 --- a/gcc/cppmain.c +++ b/gcc/cppmain.c @@ -76,7 +76,7 @@ main (argc, argv) { general_init (argv[0]); - /* Contruct a reader with default language GNU C89. */ + /* Construct a reader with default language GNU C89. */ pfile = cpp_create_reader (CLK_GNUC89); options = cpp_get_options (pfile); |