]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/commitdiff
Fix typo.
authorElliott Hughes <enh@google.com>
Mon, 16 Dec 2013 21:02:49 +0000 (13:02 -0800)
committerElliott Hughes <enh@google.com>
Mon, 16 Dec 2013 21:02:49 +0000 (13:02 -0800)
Change-Id: I85157a6b2056b6c17cae193200960b8cae3cb3b3

libc/private/bionic_atomic_arm.h

index 3957d465acaecf6ba69c2d3f5eeb68323b6ca651..023d662927f2e95df406fbf16b5115c2f095d1fb 100644 (file)
@@ -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.
  */