diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2015-04-11 12:08:26 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2015-04-11 12:08:26 +0000 |
commit | 7106478c036641cc0e1b504ae42399a5d4ac3dc1 (patch) | |
tree | 8e3232837402986cf926337b58825d00db93afec /gcc/gcov.c | |
parent | 055da6a8dfc48dae017dd17bdabaeabf57bec3d7 (diff) | |
download | gcc-7106478c036641cc0e1b504ae42399a5d4ac3dc1.zip gcc-7106478c036641cc0e1b504ae42399a5d4ac3dc1.tar.gz gcc-7106478c036641cc0e1b504ae42399a5d4ac3dc1.tar.bz2 |
gcov.c (find_source): Fix miswording in error message.
* gcov.c (find_source): Fix miswording in error message.
* config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
(ix86_expand_sse_comi_round): Fix typo in error message.
From-SVN: r222007
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1141,7 +1141,7 @@ find_source (const char *file_name) if (!info_emitted) { fnotice (stderr, - "(the message is only displayed one per source file)\n"); + "(the message is displayed only once per source file)\n"); info_emitted = 1; } sources[idx].file_time = 0; |