From dc297297ea56b13efad4bcddab5359fae7d819c1 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 12 Aug 2001 23:40:53 +0000 Subject: gcc.c: Fix comment formatting. * gcc.c: Fix comment formatting. * gccspec.c: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * genemit.c: Likewise. * gengenrtl.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-page.c: Likewise. * global.c: Likewise. * graph.c: Likewise. * ifcvt.c: Likewise. * integrate.c: Likewise. * lcm.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * mbchar.c: Likewise. * optabs.c: Likewise. * predict.c: Likewise. * prefix.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * resource.c: Likewise. * rtlanal.c: Likewise. * rtl.c: Likewise. From-SVN: r44837 --- gcc/prefix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/prefix.c') diff --git a/gcc/prefix.c b/gcc/prefix.c index 7cb2e7b..5fa47e7 100644 --- a/gcc/prefix.c +++ b/gcc/prefix.c @@ -300,7 +300,7 @@ UPDATE_PATH_HOST_CANONICALIZE (path, key); #endif #ifdef DIR_SEPARATOR_2 - /* Convert DIR_SEPARATOR_2 to DIR_SEPARATOR. */ + /* Convert DIR_SEPARATOR_2 to DIR_SEPARATOR. */ if (DIR_SEPARATOR != DIR_SEPARATOR_2) { char *new_path = xstrdup (path); -- cgit v1.1