fix typo
authorJason Merrill <jason@gcc.gnu.org>
Mon, 4 Dec 2000 16:56:47 +0000 (11:56 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 4 Dec 2000 16:56:47 +0000 (11:56 -0500)
From-SVN: r37998

gcc/cp/search.c

index ae1d648..aa48b7d 100644 (file)
@@ -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)