aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 18:31:07 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 18:31:07 +0000
commit688010bad0375a275466ac1adb98aff80c0e77ac (patch)
treea89618804e203ad97b7210fd17da195393f4631f /gcc/cgraph.h
parent1aa95df74202a50ca17f06e738c8fae303450fdd (diff)
downloadgcc-688010bad0375a275466ac1adb98aff80c0e77ac.zip
gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.gz
gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.bz2
Fix typos.
2013-07-21 Ondřej Bílka <neleai@seznam.cz> * c-common.c: Fix typos. * c-common.h: Likewise. From-SVN: r201110
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index e66eecd..3d6f387 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -59,7 +59,7 @@ struct GTY(()) symtab_node_base
/* True when alias is a weakref. */
unsigned weakref : 1;
/* C++ frontend produce same body aliases and extra name aliases for
- virutal functions and vtables that are obviously equivalent.
+ virtual functions and vtables that are obviously equivalent.
Those aliases are bit special, especially because C++ frontend
visibility code is so ugly it can not get them right at first time
and their visibility needs to be copied from their "masters" at