Remote trailing : for subheading.
authorMartin Liska <mliska@suse.cz>
Tue, 19 Jul 2022 13:40:58 +0000 (15:40 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 19 Jul 2022 13:41:10 +0000 (15:41 +0200)
gcc/ChangeLog:

* doc/extend.texi: Remove trailing :.

gcc/doc/extend.texi

index dfbe33a..4222e76 100644 (file)
@@ -11385,7 +11385,7 @@ keyword after the declarator.
 It is up to you to make sure that the assembler names you choose do not
 conflict with any other assembler symbols, or reference registers.
 
-@subsubheading Assembler names for data:
+@subsubheading Assembler names for data
 
 This sample shows how to specify the assembler name for data:
 
@@ -11407,7 +11407,7 @@ since such variables do not have assembler names.  If you are
 trying to put the variable in a particular register, see 
 @ref{Explicit Register Variables}.
 
-@subsubheading Assembler names for functions:
+@subsubheading Assembler names for functions
 
 To specify the assembler name for functions, write a declaration for the 
 function before its definition and put @code{asm} there, like this: