class.c (build_base_path): Fix typo.

2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        * class.c (build_base_path): Fix typo.

From-SVN: r102245
This commit is contained in:
Andrew Pinski 2005-07-21 19:43:47 +00:00 committed by Andrew Pinski
parent e2fe73f62b
commit aa8f5c20ec
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
* class.c (build_base_path): Fix typo.
2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
PR C++/22358

View File

@ -365,8 +365,8 @@ build_base_path (enum tree_code code,
build2 (EQ_EXPR, boolean_type_node,
current_in_charge_parm, integer_zero_node),
v_offset,
convet_to_integer (ptrdiff_type_node,
BINFO_OFFSET (binfo)));
convert_to_integer (ptrdiff_type_node,
BINFO_OFFSET (binfo)));
else
offset = v_offset;
}