From f73e6a968e54f7d7b0669c0b002d8704ab9fbfe7 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 10 Dec 2014 00:05:54 +0100 Subject: Typo: nuber=>number Change-Id: Idc87ab05f817a21e491537a1fa4c014c5a313bf6 --- bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h | 4 ++-- bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bridges') 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 -- cgit