From e5837c07d54b3775b6f3d61dd336de854f9c8490 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 30 Oct 2001 15:01:50 +0000 Subject: alias.c: Fix comment formatting. * alias.c: Fix comment formatting. * recog.c: Likewise. * config/cris/cris.c: Likewise. * config/cris/cris.h: Likewise. * config/i960/i960.c: Likewise. * config/i960/i960.h: Likewise. From-SVN: r46640 --- 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 c754e6e..2581b2a 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -510,7 +510,7 @@ get_alias_set (t) if (decl && DECL_POINTER_ALIAS_SET_KNOWN_P (decl)) { - /* If we haven't computed the actual alias set, do it now. */ + /* If we haven't computed the actual alias set, do it now. */ if (DECL_POINTER_ALIAS_SET (decl) == -2) { /* No two restricted pointers can point at the same thing. -- cgit v1.1