X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fbuiltin-attrs.def;h=10d58649a82fc806cb9ef4f891edc783dda9b512;hb=d7997df08d801df20306d42f2c68cfe03d1acd26;hp=66f75187ad6c040cbce3b7dd00f8d589e79abb3d;hpb=b9b156714c693700360f69a697c6f9643107f970;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/builtin-attrs.def b/gcc/builtin-attrs.def index 66f75187ad6..10d58649a82 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") @@ -104,22 +104,22 @@ DEF_ATTR_TREE_LIST (ATTR_NOTHROW_NONNULL_2, ATTR_NONNULL, ATTR_LIST_2, \ ATTR_NOTHROW_LIST) DEF_ATTR_TREE_LIST (ATTR_NOTHROW_NONNULL_3, ATTR_NONNULL, ATTR_LIST_3, \ ATTR_NOTHROW_LIST) -/* Nothrow functions whose first and second parameters are nonnull pointers. */ +/* Nothrow functions whose first and second parameters are nonnull pointers. */ DEF_ATTR_TREE_LIST (ATTR_NOTHROW_NONNULL_1_2, ATTR_NONNULL, ATTR_LIST_2, \ ATTR_NOTHROW_NONNULL_1) -/* Nothrow functions whose first and fourth parameters are nonnull pointers. */ +/* Nothrow functions whose first and fourth parameters are nonnull pointers. */ DEF_ATTR_TREE_LIST (ATTR_NOTHROW_NONNULL_1_4, ATTR_NONNULL, ATTR_LIST_4, \ ATTR_NOTHROW_NONNULL_1) -/* Nothrow const functions whose first parameter is a nonnull pointer. */ +/* Nothrow const functions whose first parameter is a nonnull pointer. */ DEF_ATTR_TREE_LIST (ATTR_CONST_NOTHROW_NONNULL_1, ATTR_CONST, ATTR_NULL, \ ATTR_NOTHROW_NONNULL_1) -/* Nothrow pure functions whose first parameter is a nonnull pointer. */ +/* Nothrow pure functions whose first parameter is a nonnull pointer. */ DEF_ATTR_TREE_LIST (ATTR_PURE_NOTHROW_NONNULL_1, ATTR_PURE, ATTR_NULL, \ ATTR_NOTHROW_NONNULL_1) -/* Nothrow pure functions whose first and second parameters are nonnull pointers. */ +/* Nothrow pure functions whose first and second parameters are nonnull pointers. */ DEF_ATTR_TREE_LIST (ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_PURE, ATTR_NULL, \ ATTR_NOTHROW_NONNULL_1_2) -/* Nothrow malloc functions whose first parameter is a nonnull pointer. */ +/* Nothrow malloc functions whose first parameter is a nonnull pointer. */ DEF_ATTR_TREE_LIST (ATTR_MALLOC_NOTHROW_NONNULL_1, ATTR_MALLOC, ATTR_NULL, \ ATTR_NOTHROW_NONNULL_1)