aboutsummaryrefslogtreecommitdiff
path: root/4.1.1
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-26 08:00:43 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-26 08:00:43 +0000
commitc76cfd871e6aef6419e9ac54fcdfd36fa1508da3 (patch)
tree0b5009a920e0619aeabce4aff2cbf5a9578cfbc0 /4.1.1
parentfix from upstream (diff)
downloadgcc-patches-c76cfd871e6aef6419e9ac54fcdfd36fa1508da3.tar.gz
gcc-patches-c76cfd871e6aef6419e9ac54fcdfd36fa1508da3.tar.bz2
gcc-patches-c76cfd871e6aef6419e9ac54fcdfd36fa1508da3.zip
fix typo
Diffstat (limited to '4.1.1')
-rw-r--r--4.1.1/gentoo/01_all_gcc4-ice-hack.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/4.1.1/gentoo/01_all_gcc4-ice-hack.patch b/4.1.1/gentoo/01_all_gcc4-ice-hack.patch
index 00b5362..88af438 100644
--- a/4.1.1/gentoo/01_all_gcc4-ice-hack.patch
+++ b/4.1.1/gentoo/01_all_gcc4-ice-hack.patch
@@ -100,7 +100,7 @@
+ return;
+ }
+ /* If the compiler is going to output any time information,
-+ it might varry between invocations. */
++ it might vary between invocations. */
+ else if (! strcmp (argv[nargs], "-quiet"))
+ quiet = 1;
+ else if (! strcmp (argv[nargs], "-ftime-report"))