public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6900] gcov-tool: Use subcommand rather than sub-command in function comments
@ 2023-03-28  9:55 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2023-03-28  9:55 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4a9bec952cc75ca62cd1e62f58125c6488351399

commit r13-6900-g4a9bec952cc75ca62cd1e62f58125c6488351399
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Mar 28 11:53:59 2023 +0200

    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.

Diff:
---
 gcc/gcov-tool.cc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/gcov-tool.cc b/gcc/gcov-tool.cc
index 0140e7f2a4a..76173fdaef7 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-28  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  9:55 [gcc r13-6900] gcov-tool: Use subcommand rather than sub-command in function comments Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).