I'm going to push this as obvious.

-- >8 --

gcc/ChangeLog:

        * doc/extend.texi (Common Type Attributes): Fix typo in
        description of hardbool.
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 142e41ab8fb..2b8ba1949bf 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -8960,7 +8960,7 @@ This attribute may only be applied to integral types in 
C, to introduce
 hardened boolean types.  It turns the integral type into a boolean-like
 type with the same size and precision, that uses the specified values as
 representations for @code{false} and @code{true}.  Underneath, it is
-actually an enumerate type, but its observable behavior is like that of
+actually an enumerated type, but its observable behavior is like that of
 @code{_Bool}, except for the strict internal representations, verified
 by runtime checks.
 
-- 
2.43.0

Reply via email to