diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-12-10 00:05:54 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-12-10 00:06:08 +0100 |
commit | f73e6a968e54f7d7b0669c0b002d8704ab9fbfe7 (patch) | |
tree | 81f79557a4304fc781851c0e90d71ee6e1082456 /bridges | |
parent | 3c1dc460ae9d4f49878795c9b5a2988dd928a612 (diff) |
Typo: nuber=>number
Change-Id: Idc87ab05f817a21e491537a1fa4c014c5a313bf6
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h | 4 | ||||
-rw-r--r-- | bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h b/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h index d9edcb0db438..dfd42ed577d2 100644 --- a/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h +++ b/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h @@ -91,7 +91,7 @@ struct __cxa_exception // Stack of exceptions in cleanups. __cxa_exception* nextPropagatingException; - // The nuber of active cleanup handlers for this exception. + // The number of active cleanup handlers for this exception. int propagationCount; #else // Cache parsed handler data from the personality routine Phase 1 @@ -139,7 +139,7 @@ struct __cxa_dependent_exception // Stack of exceptions in cleanups. __cxa_exception* nextPropagatingException; - // The nuber of active cleanup handlers for this exception. + // The number of active cleanup handlers for this exception. int propagationCount; #else // Cache parsed handler data from the personality routine Phase 1 diff --git a/bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx b/bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx index aaf83a2e5707..0185a2cb0dac 100644 --- a/bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx +++ b/bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx @@ -94,7 +94,7 @@ struct __cxa_exception // Stack of exceptions in cleanups. __cxa_exception* nextPropagatingException; - // The nuber of active cleanup handlers for this exception. + // The number of active cleanup handlers for this exception. int propagationCount; #else // Cache parsed handler data from the personality routine Phase 1 |