]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Corrected capitalization for start of comments in header files.
authorGaius Mulley <gaius.mulley@southwales.ac.uk>
Thu, 19 May 2022 13:26:58 +0000 (14:26 +0100)
committerGaius Mulley <gaius.mulley@southwales.ac.uk>
Thu, 19 May 2022 13:26:58 +0000 (14:26 +0100)
2022-05-19   Gaius Mulley   <gaius.mulley@southwales.ac.uk>

gcc/m2/ChangeLog:

* gm2-gcc/gcc-consolidation.h: Comment capitalization.
* gm2-gcc/m2color.h: Comment capitalization.

Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
gcc/m2/ChangeLog
gcc/m2/gm2-gcc/gcc-consolidation.h
gcc/m2/gm2-gcc/m2color.h

index 1391dbe605982a81988f1d0c08c1fa1491857cfc..21e429021ca114ffa710c860283ebd8b2c1a3536 100644 (file)
@@ -33,6 +33,8 @@
        * gm2-gcc/m2treelib.cc: Corrected comment formatting.
        * gm2-gcc/m2type.cc: Corrected comment formatting.
        * gm2-gcc/rtegraph.cc: Corrected comment formatting.
+       * gm2-gcc/m2color.h: Corrected comment formatting.
+       * gm2-gcc/gcc-consolidation.h: Corrected comment formatting.
 
 2022-05-16   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
 
index cc067af9f3d61831ca6cd4d609f1bcf40af4bf8d..1b4ae6df5fd633fcfec8eeb7cbf7d76a9c7933f0 100644 (file)
@@ -54,7 +54,7 @@ along with GNU Modula-2; see the file COPYING3.  If not see
 
 #if !defined(GM2TOOLS)
 
-/* utilize some of the C build routines.  */
+/* Utilize some of the C build routines.  */
 
 #include "fold-const.h"
 #include "varasm.h"
index c67e401efdf7a350cd367f5a046fdf6a4776b4ca..ed84989a8f71ef1e3180f05933b37b8de2530170 100644 (file)
@@ -36,10 +36,13 @@ along with GNU Modula-2; see the file COPYING3.  If not see
 #endif /* !m2color_c.  */
 
 
-EXTERN const char *m2color_colorize_start (bool show_color, char *name, unsigned int name_len);
+EXTERN const char *
+m2color_colorize_start (bool show_color, char *name, unsigned int name_len);
+
 EXTERN const char *m2color_colorize_stop (bool show_color);
 
 EXTERN const char *m2color_open_quote (void);
+
 EXTERN const char *m2color_close_quote (void);
 
 EXTERN void _M2_m2color_init ();