]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: fix a typo in used attribute documentation
authorTamar Christina <tamar.christina@arm.com>
Fri, 27 Jun 2025 07:23:58 +0000 (08:23 +0100)
committerTamar Christina <tamar.christina@arm.com>
Fri, 27 Jun 2025 07:23:58 +0000 (08:23 +0100)
This fixes a small typo in the Label attributes docs.

gcc/ChangeLog:

* doc/extend.texi: Fix typo in unsed attribute docs.

gcc/doc/extend.texi

index 323a2dc1fc5a5c4e900d0fc99fa029fb551817a3..946105d5cdcc57842ef60647374f228b97d2e940 100644 (file)
@@ -9195,7 +9195,7 @@ NoError:
 @item unused
 This feature is intended for program-generated code that may contain 
 unused labels, but which is compiled with @option{-Wall}.  It is
-not normally appropriate to use in it human-written code, though it
+not normally appropriate to use it in human-written code, though it
 could be useful in cases where the code that jumps to the label is
 contained within an @code{#ifdef} conditional.