diff options
Diffstat (limited to 'gcc/tree-alias-common.c')
-rw-r--r-- | gcc/tree-alias-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-alias-common.c b/gcc/tree-alias-common.c index 561feb5210a..790d70aa79f 100644 --- a/gcc/tree-alias-common.c +++ b/gcc/tree-alias-common.c @@ -533,7 +533,7 @@ find_func_aliases (tree stp) else if (TREE_CODE (op1) == CALL_EXPR) { /* Heap assignment. These are __attribute__ malloc or - something, i'll deal with it later. */ + something, I'll deal with it later. */ if (0) {} else |