diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-04 16:56:47 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-04 16:56:47 +0000 |
| commit | d86a32982c3ab53dd68a11a6e5edffd31c561047 (patch) | |
| tree | c0f419d6bc00c492eacec76785f5238cb01572d8 /gcc | |
| parent | 13d332cad172f643f2ef05acb4e51904cd6db2f5 (diff) | |
| download | ppe42-gcc-d86a32982c3ab53dd68a11a6e5edffd31c561047.tar.gz ppe42-gcc-d86a32982c3ab53dd68a11a6e5edffd31c561047.zip | |
fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37998 138bc75d-0d04-0410-961f-82ee72b054a4
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 ae1d64895ed..aa48b7d90e2 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) |

