am 334e83e6: am 07fa38da: am 3937d415: Merge "Fix typo."

* commit '334e83e6b47ef4e0f36d4cd99a2269c3c4ae4f76':
  Fix typo.
This commit is contained in:
Elliott Hughes 2013-12-16 23:27:45 +00:00 committed by Android Git Automerger
commit 43f135abeb

View 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.
*/