Module Name: src
Committed By: matt
Date: Mon Jan 27 18:43:07 UTC 2014
Modified Files:
src/common/lib/libc/atomic: atomic_and_32_nv_cas.c
Log Message:
Fix tpyo (add->and)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/atomic/atomic_and_32_nv_cas.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libc/atomic/atomic_and_32_nv_cas.c
diff -u src/common/lib/libc/atomic/atomic_and_32_nv_cas.c:1.5 src/common/lib/libc/atomic/atomic_and_32_nv_cas.c:1.6
--- src/common/lib/libc/atomic/atomic_and_32_nv_cas.c:1.5 Mon Jan 27 18:36:37 2014
+++ src/common/lib/libc/atomic/atomic_and_32_nv_cas.c Mon Jan 27 18:43:07 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: atomic_and_32_nv_cas.c,v 1.5 2014/01/27 18:36:37 matt Exp $ */
+/* $NetBSD: atomic_and_32_nv_cas.c,v 1.6 2014/01/27 18:43:07 matt Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@ atomic_and_32_nv(volatile uint32_t *addr
#undef atomic_and_32_nv
atomic_op_alias(atomic_and_32_nv,_atomic_and_32_nv)
-__strong_alias(__sync_and_and_fetch_4,_atomic_add_32_nv)
+__strong_alias(__sync_and_and_fetch_4,_atomic_and_32_nv)
#undef atomic_and_uint_nv
atomic_op_alias(atomic_and_uint_nv,_atomic_and_32_nv)