diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/test/ole/AxTestComponents/Basic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/ole/AxTestComponents/Basic.cpp b/extensions/test/ole/AxTestComponents/Basic.cpp index 2406ba12f0c7..8aad56e8af52 100644 --- a/extensions/test/ole/AxTestComponents/Basic.cpp +++ b/extensions/test/ole/AxTestComponents/Basic.cpp @@ -762,7 +762,7 @@ STDMETHODIMP CBasic::inMulDimArrayByte2(LPSAFEARRAY val) return S_OK; } -// supports 2 and 3 dimensionals SAFEARRAY with elements of long or VARIANT +// supports 2 and 3 dimensional SAFEARRAY with elements of long or VARIANT void CBasic::printMulArray( SAFEARRAY* val, VARTYPE type) { HRESULT hr= S_OK; |