From: Elliott Hughes Date: Mon, 16 Dec 2013 21:02:49 +0000 (-0800) Subject: Fix typo. X-Git-Tag: android-x86-7.1-r1~757^2~1517^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4c186ffb837a2bd852e7983f217a945d415cefbc;p=android-x86%2Fbionic.git Fix typo. Change-Id: I85157a6b2056b6c17cae193200960b8cae3cb3b3 --- diff --git a/libc/private/bionic_atomic_arm.h b/libc/private/bionic_atomic_arm.h index 3957d465a..023d66292 100644 --- a/libc/private/bionic_atomic_arm.h +++ b/libc/private/bionic_atomic_arm.h @@ -25,7 +25,7 @@ __ATOMIC_INLINE__ void __bionic_memory_barrier(void) { #endif } -/* Compare-and-swap, without any explicit barriers. Note that this functions +/* Compare-and-swap, without any explicit barriers. Note that this function * returns 0 on success, and 1 on failure. The opposite convention is typically * used on other platforms. */