aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index b90d957..946a3a8 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -597,7 +597,7 @@ create_file_names (file_name)
return;
}
-/* Read the graph file. Return non-zero on fatal error. */
+/* Read the graph file. Return nonzero on fatal error. */
static int
read_graph_file ()
@@ -851,7 +851,7 @@ read_graph_file ()
}
/* Reads profiles from the count file and attach to each
- function. Return non-zero if fatal error. */
+ function. Return nonzero if fatal error. */
static int
read_count_file ()