summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/mingw_intel/callvirtualmethod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/mingw_intel/callvirtualmethod.cxx')
-rw-r--r--bridges/source/cpp_uno/mingw_intel/callvirtualmethod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/mingw_intel/callvirtualmethod.cxx b/bridges/source/cpp_uno/mingw_intel/callvirtualmethod.cxx
index 2f6950ad7a49..ef86ad79e722 100644
--- a/bridges/source/cpp_uno/mingw_intel/callvirtualmethod.cxx
+++ b/bridges/source/cpp_uno/mingw_intel/callvirtualmethod.cxx
@@ -39,7 +39,7 @@
// never happens at runtime), which in turn can throw exceptions, and (b)
// callVirtualMethod is not inlined at its call site (so that any exceptions are
// caught which are thrown from the instruction calling callVirtualMethod). [It
-// is unclear how much of this comment is still relevent -- see the above
+// is unclear how much of this comment is still relevant -- see the above
// comment.]
void CPPU_CURRENT_NAMESPACE::callVirtualMethod(
void * pAdjustedThisPtr, sal_Int32 nVtableIndex, void * pRegisterReturn,