aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2003-06-28 14:21:13 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2003-06-28 14:21:13 +0200
commit88373ed0fbc182cc1b04bf5cdafd9b1da885b8bd (patch)
tree4b3fdcfe544f6021bd9cb96cbf0b6d49a0def6dc
parentae808627c355ab7fd2a703b379af52ac76f3be73 (diff)
downloadgcc-88373ed0fbc182cc1b04bf5cdafd9b1da885b8bd.zip
gcc-88373ed0fbc182cc1b04bf5cdafd9b1da885b8bd.tar.gz
gcc-88373ed0fbc182cc1b04bf5cdafd9b1da885b8bd.tar.bz2
Typo fix.
From-SVN: r68635
-rw-r--r--gcc/builtins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c
index 7297f67..1201f1c 100644
--- a/gcc/builtins.c
+++ b/gcc/builtins.c
@@ -243,7 +243,7 @@ get_pointer_alignment (tree exp, unsigned int max_align)
TREE_STRING_LENGTH is the size of the character array, not the string.
ONLY_VALUE should be non-zero if the result is not going to be emitted
- into the instruction stream and zero if it si going to be expanded.
+ into the instruction stream and zero if it is going to be expanded.
E.g. with i++ ? "foo" : "bar", if ONLY_VALUE is non-zero, constant 3
is returned, otherwise NULL, since
len = c_strlen (src, 1); if (len) expand_expr (len, ...); would not