aboutsummaryrefslogtreecommitdiff
path: root/gcc/attr-fnspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/attr-fnspec.h')
-rw-r--r--gcc/attr-fnspec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/attr-fnspec.h b/gcc/attr-fnspec.h
index d506c75..f12cada 100644
--- a/gcc/attr-fnspec.h
+++ b/gcc/attr-fnspec.h
@@ -54,7 +54,7 @@
' ' nothing is known
't' the size of value written/read corresponds to the size of
of the pointed-to type of the argument type
- '1'...'9' specifies the size of value written/read is given by the
+ '1'...'9' specifies the size of value written/read is bound by the
specified argument
*/
@@ -169,7 +169,7 @@ public:
&& str[idx] != 'x' && str[idx] != 'X';
}
- /* Return true if load of memory pointed to by argument I is specified
+ /* Return true if load of memory pointed to by argument I is bound
by another argument. In this case set ARG. */
bool
arg_max_access_size_given_by_arg_p (unsigned int i, unsigned int *arg)