summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bridges/inc/vtablefactory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/inc/vtablefactory.hxx b/bridges/inc/vtablefactory.hxx
index facb437530ef..6978e3c670b5 100644
--- a/bridges/inc/vtablefactory.hxx
+++ b/bridges/inc/vtablefactory.hxx
@@ -182,8 +182,8 @@ private:
@param functionOffset the function offset of the first vtable slot
(typically coded into the code snippet for that vtable slot)
@param functionCount the number of vtable slots to fill (the number of
- local functions of the given type, passed in so that it need not be
- recomputed)
+ local functions of the given type, passed in so that it doesn't need to
+ be recomputed)
@param vtableOffset the offset of this vtable (needed to adjust the
this pointer, typically coded into the code snippets for all the filled
vtable slots)