diff options
author | Martin Liska <mliska@suse.cz> | 2018-03-28 16:51:09 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2018-03-28 14:51:09 +0000 |
commit | cefc09063eb4b0eb572c89c3f0657e5b5e36e77d (patch) | |
tree | 2475676f3bb7e519b2326f261b7ae196fd03c779 /gcc/calls.c | |
parent | d838c2d5a8b1844c7c78596b9689339ec60731f3 (diff) | |
download | gcc-cefc09063eb4b0eb572c89c3f0657e5b5e36e77d.zip gcc-cefc09063eb4b0eb572c89c3f0657e5b5e36e77d.tar.gz gcc-cefc09063eb4b0eb572c89c3f0657e5b5e36e77d.tar.bz2 |
Fix typos (PR other/84819).
2018-03-28 Martin Liska <mliska@suse.cz>
PR other/84819
* calls.c (initialize_argument_information): Fix trailing space.
* common.opt: Fix typo and provide better explanation for
-fsanitize-coverage option.
* config/i386/i386.opt: Fix typo.
From-SVN: r258925
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index 4dcfef7..9eb0467 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -1999,7 +1999,7 @@ initialize_argument_information (int num_actuals ATTRIBUTE_UNUSED, *may_tailcall = false; maybe_complain_about_tail_call (exp, "a callee-copied argument is" - " stored in the current " + " stored in the current" " function's frame"); } |