aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2023-03-28 11:53:59 +0200
committerJakub Jelinek <jakub@redhat.com>2023-03-28 11:53:59 +0200
commit4a9bec952cc75ca62cd1e62f58125c6488351399 (patch)
tree0dd5a83b7a213a1c643ea6ffefd2ac574b75c7a3
parent0ecebc3a0947adad322281c0905afa9f8e3c4aee (diff)
downloadgcc-4a9bec952cc75ca62cd1e62f58125c6488351399.zip
gcc-4a9bec952cc75ca62cd1e62f58125c6488351399.tar.gz
gcc-4a9bec952cc75ca62cd1e62f58125c6488351399.tar.bz2
gcov-tool: Use subcommand rather than sub-command in function comments
Follow-up to the recently committed fix of fixing the "subcomand" typos in diagnostics. 2023-03-28 Jakub Jelinek <jakub@redhat.com> Jonathan Wakely <jwakely@redhat.com> * gcov-tool.cc (do_merge, do_merge_stream, do_rewrite, do_overlap): Use subcommand rather than sub-command in function comments.
-rw-r--r--gcc/gcov-tool.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/gcov-tool.cc b/gcc/gcov-tool.cc
index 0140e7f..76173fd 100644
--- a/gcc/gcov-tool.cc
+++ b/gcc/gcov-tool.cc
@@ -190,7 +190,7 @@ merge_usage (void)
exit (FATAL_EXIT_CODE);
}
-/* Driver for profile merge sub-command. */
+/* Driver for profile merge subcommand. */
static int
do_merge (int argc, char **argv)
@@ -260,7 +260,7 @@ merge_stream_usage (void)
exit (FATAL_EXIT_CODE);
}
-/* Driver for profile merge-stream sub-command. */
+/* Driver for profile merge-stream subcommand. */
static int
do_merge_stream (int argc, char **argv)
@@ -358,7 +358,7 @@ rewrite_usage (void)
exit (FATAL_EXIT_CODE);
}
-/* Driver for profile rewrite sub-command. */
+/* Driver for profile rewrite subcommand. */
static int
do_rewrite (int argc, char **argv)
@@ -518,7 +518,7 @@ int overlap_hot_only;
int overlap_use_fullname;
double overlap_hot_threshold = 0.005;
-/* Driver for profile overlap sub-command. */
+/* Driver for profile overlap subcommand. */
static int
do_overlap (int argc, char **argv)