diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-12-04 11:56:47 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-12-04 11:56:47 -0500 |
commit | d611079baa5b039340541d7f1576a3e520280b4f (patch) | |
tree | c0f419d6bc00c492eacec76785f5238cb01572d8 /gcc | |
parent | ebc7f29371c113c4dedb3c320528cd6bbe36d1d2 (diff) | |
download | gcc-d611079baa5b039340541d7f1576a3e520280b4f.zip gcc-d611079baa5b039340541d7f1576a3e520280b4f.tar.gz gcc-d611079baa5b039340541d7f1576a3e520280b4f.tar.bz2 |
fix typo
From-SVN: r37998
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/search.c b/gcc/cp/search.c index ae1d648..aa48b7d 100644 --- a/gcc/cp/search.c +++ b/gcc/cp/search.c @@ -3363,7 +3363,7 @@ binfo_for_vtable (var) } /* Returns the binfo of the first direct or indirect virtual base from - which BINFO is derrived, or NULL if binfo is not via virtual. */ + which BINFO is derived, or NULL if binfo is not via virtual. */ tree binfo_from_vbase (binfo) |