diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2004-05-11 20:59:12 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2004-05-11 20:59:12 +0000 |
commit | c72c42e8fbfa79b69404c9c3eb6e067661a29a89 (patch) | |
tree | 38f96f184ae0f2ff2fb335006324921ac79d7cdc /gcc/builtin-attrs.def | |
parent | 44b2a8daf34d6bf940b432f862da14130857941c (diff) | |
download | gcc-c72c42e8fbfa79b69404c9c3eb6e067661a29a89.zip gcc-c72c42e8fbfa79b69404c9c3eb6e067661a29a89.tar.gz gcc-c72c42e8fbfa79b69404c9c3eb6e067661a29a89.tar.bz2 |
Fix typo.
From-SVN: r81717
Diffstat (limited to 'gcc/builtin-attrs.def')
-rw-r--r-- | gcc/builtin-attrs.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtin-attrs.def b/gcc/builtin-attrs.def index 92fe65e..10d5864 100644 --- a/gcc/builtin-attrs.def +++ b/gcc/builtin-attrs.def @@ -69,7 +69,7 @@ DEF_LIST_INT_INT (3,0) DEF_LIST_INT_INT (3,4) #undef DEF_LIST_INT_INT -/* Construct tress for identifiers. */ +/* Construct trees for identifiers. */ DEF_ATTR_IDENT (ATTR_CONST, "const") DEF_ATTR_IDENT (ATTR_FORMAT, "format") DEF_ATTR_IDENT (ATTR_FORMAT_ARG, "format_arg") |