From 216de3bb955bf4ebb09b5640387b02967a1975c1 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Fri, 6 Sep 2013 04:14:48 +0000 Subject: [PATCH] ICU-10365 Fix typo in previous commit that broke the build on several platforms. X-SVN-Rev: 34214 --- icu4c/source/common/umutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/umutex.h b/icu4c/source/common/umutex.h index 689dd14e80b..8d280bb5dba 100644 --- a/icu4c/source/common/umutex.h +++ b/icu4c/source/common/umutex.h @@ -171,7 +171,7 @@ umtx_atomic_inc(u_atomic_int32_t *p); U_COMMON_API int32_t U_EXPORT2 umtx_atomic_dec(u_atomic_int32_t *p); -U_NAMESAPCE_END +U_NAMESPACE_END #endif /* Low Level Atomic Ops Platfrom Chain */ -- 2.40.0