aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
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/alias.c
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/alias.c')
-rw-r--r--gcc/alias.c2
1 files changed, 1 insertions, 1 deletions
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