aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2015-04-11 12:08:26 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2015-04-11 12:08:26 +0000
commit7106478c036641cc0e1b504ae42399a5d4ac3dc1 (patch)
tree8e3232837402986cf926337b58825d00db93afec /gcc/gcov.c
parent055da6a8dfc48dae017dd17bdabaeabf57bec3d7 (diff)
downloadgcc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index f5de08f..796b1b9 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -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;