From e8444ca6f85c1931c341e1d3f340edd8782a8f9a Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Mon, 15 Feb 2016 20:31:45 +0000 Subject: * alias.c (get_alias_set): Fix a typo in comment. From-SVN: r233428 --- gcc/alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/alias.c') 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 -- cgit v1.1