diff options
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index 9155791d1d8..49f2c6b1147 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -482,7 +482,7 @@ get_alias_set (tree t) type, then we would believe that other subsets of the pointed-to type (such as fields of that type) do not conflict with the type pointed to - by the restricted pointer. */ + by the restricted pointer. */ DECL_POINTER_ALIAS_SET (decl) = pointed_to_alias_set; else |