Fix copy-n-paste typos in free text.

This commit is contained in:
Marcel Moolenaar 2008-04-10 02:37:26 +00:00
parent 30b6f51afe
commit bf8ad5a884
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178057

View file

@ -113,10 +113,10 @@ _ATOMIC_ADD(64, long_long, u_long_long)
*/
#define __ATOMIC_CLEAR_8(p, v, t) \
8-bit atomic_add not implemented
8-bit atomic_clear not implemented
#define __ATOMIC_CLEAR_16(p, v, t) \
16-bit atomic_add not implemented
16-bit atomic_clear not implemented
#define __ATOMIC_CLEAR_32(p, v, t) \
__asm __volatile( \
@ -130,7 +130,7 @@ _ATOMIC_ADD(64, long_long, u_long_long)
/* __ATOMIC_CLEAR_32 */
#define __ATOMIC_CLEAR_64(p, v, t) \
64-bit atomic_add not implemented
64-bit atomic_clear not implemented
#define _ATOMIC_CLEAR(width, suffix, type) \
static __inline void \