diff options
author | edlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-02-15 20:31:45 +0000 |
---|---|---|
committer | edlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-02-15 20:31:45 +0000 |
commit | ccfbefc4092e53b69bdb6a381f4be976e8a8b306 (patch) | |
tree | 30b3d8e369ebbb4f2bf7f9bf4828cfdcdaf6ec07 | |
parent | 4ef4d764d843b348efcca388f992c0a01675ca34 (diff) | |
download | gcc-ccfbefc4092e53b69bdb6a381f4be976e8a8b306.tar.gz |
* alias.c (get_alias_set): Fix a typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233428 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/alias.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94be7b39010..5858a5ef958 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-02-15 Bernd Edlinger <bernd.edlinger@hotmail.de> + + * alias.c (get_alias_set): Fix a typo in comment. + 2016-02-15 Richard Biener <rguenther@suse.de> PR tree-optimization/69595 diff --git a/gcc/alias.c b/gcc/alias.c index d3273e8e852..753e1aff0b1 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -827,7 +827,7 @@ get_alias_set (tree t) /* We can not give up with -fno-strict-aliasing because we need to build proper type representation for possible functions which are build with - -fstirct-aliasing. */ + -fstrict-aliasing. */ /* return 0 if this or its type is an error. */ if (t == error_mark_node |