aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-10-28 19:25:00 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-28 19:25:00 +0000
commit306ef64467b81eff37995c0620ee097c9d174463 (patch)
tree93b86d0f670e21cab7c2516d4d7e2ae8837b3934 /gcc/cp/search.c
parent0c688a7d77a2b7926487528c0f417bb32af548ed (diff)
downloadgcc-306ef64467b81eff37995c0620ee097c9d174463.zip
gcc-306ef64467b81eff37995c0620ee097c9d174463.tar.gz
gcc-306ef64467b81eff37995c0620ee097c9d174463.tar.bz2
ChangeLog.1, [...]: Fix spelling errors.
* ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c, semantics.c, spew.c: Fix spelling errors. From-SVN: r46593
Diffstat (limited to 'gcc/cp/search.c')
-rw-r--r--gcc/cp/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/search.c b/gcc/cp/search.c
index 4c3249b..e7076f5 100644
--- a/gcc/cp/search.c
+++ b/gcc/cp/search.c
@@ -523,7 +523,7 @@ dynamic_cast_base_recurse (subtype, binfo, via_virtual, offset_ptr)
/* The dynamic cast runtime needs a hint about how the static SUBTYPE type
started from is related to the required TARGET type, in order to optimize
- the inheritance graph search. This information is independant of the
+ the inheritance graph search. This information is independent of the
current context, and ignores private paths, hence get_base_distance is
inappropriate. Return a TREE specifying the base offset, BOFF.
BOFF >= 0, there is only one public non-virtual SUBTYPE base at offset BOFF,