diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-15 15:25:41 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-15 15:25:41 +0000 |
commit | 350a78ba6d64fdbba25f7a4c5e084d6f2e37ae23 (patch) | |
tree | c39a22296dcd73a9b9ea2607d3eb4a067112e618 /gcc/toplev.c | |
parent | b0bd922ab72b1dacf065f5205288adef202b2fc6 (diff) | |
download | gcc-350a78ba6d64fdbba25f7a4c5e084d6f2e37ae23.tar.gz |
2007-12-15 Bernhard Fischer <>
* toplev.c (process_options): Fix typo in warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130953 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index c1520a37e54..63b387f0934 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2016,7 +2016,7 @@ process_options (void) if (flag_unwind_tables && !ACCUMULATE_OUTGOING_ARGS && flag_omit_frame_pointer) { - warning (0, "unwind tables currently requires a frame pointer " + warning (0, "unwind tables currently require a frame pointer " "for correctness"); flag_omit_frame_pointer = 0; } |