aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2016-02-15 20:31:45 +0000
committerBernd Edlinger <edlinger@gcc.gnu.org>2016-02-15 20:31:45 +0000
commite8444ca6f85c1931c341e1d3f340edd8782a8f9a (patch)
tree30b3d8e369ebbb4f2bf7f9bf4828cfdcdaf6ec07 /gcc
parentde3f9a2d73bb94155fd16d9f355c1d7b9bbed5c8 (diff)
downloadgcc-e8444ca6f85c1931c341e1d3f340edd8782a8f9a.zip
gcc-e8444ca6f85c1931c341e1d3f340edd8782a8f9a.tar.gz
gcc-e8444ca6f85c1931c341e1d3f340edd8782a8f9a.tar.bz2
* alias.c (get_alias_set): Fix a typo in comment.
From-SVN: r233428
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/alias.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 94be7b3..5858a5e 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 d3273e8..753e1af 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