]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Typo fix.
authorJakub Jelinek <jakub@gcc.gnu.org>
Sat, 28 Jun 2003 12:21:13 +0000 (14:21 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 28 Jun 2003 12:21:13 +0000 (14:21 +0200)
From-SVN: r68635

gcc/builtins.c

index 7297f676839c5c06f9c68da3ab71ab7d20b670a7..1201f1c1cbd5bf6f34c2fb2220a866b81afa2788 100644 (file)
@@ -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