diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-19 08:22:18 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-12-20 07:06:52 +0100 |
commit | 41ed5c2e61a040b674444088b15c8bdea30a45b0 (patch) | |
tree | aec68dccc85e3068c30f2c50e1f0c63b2c1a6289 /bridges | |
parent | d41d2ea9aa55624fab4eba4fa24f125f0d9a25fb (diff) |
Fix typo
Change-Id: I95c7fd5a7241c120395c897af4fc2742528e2166
Reviewed-on: https://gerrit.libreoffice.org/65391
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/inc/vtablefactory.hxx | 4 |
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) |