]> granicus.if.org Git - icu/commitdiff
ICU-10365 Fix typo in previous commit that broke the build on several platforms.
authorAndy Heninger <andy.heninger@gmail.com>
Fri, 6 Sep 2013 04:14:48 +0000 (04:14 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Fri, 6 Sep 2013 04:14:48 +0000 (04:14 +0000)
X-SVN-Rev: 34214

icu4c/source/common/umutex.h

index 689dd14e80bf71702cd1483e8cf34cd995f2ee6a..8d280bb5dbaf88ce7057357c117a9dfc707f761d 100644 (file)
@@ -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 */