Fix typo.

Change-Id: I85157a6b2056b6c17cae193200960b8cae3cb3b3
This commit is contained in:
Elliott Hughes 2013-12-16 13:02:49 -08:00
parent 341b55a1e6
commit 4c186ffb83
1 changed files with 1 additions and 1 deletions

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