commit | 3937d41561206430373c4b3e0690d6f81b536412 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 16 21:03:19 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 16 21:03:19 2013 +0000 |
tree | 4df1bc7cf2b7b87a42461e39d43e03f73aecdfbe | |
parent | 341b55a1e675396829aeb56a8771855d5ee6e18d [diff] | |
parent | 4c186ffb837a2bd852e7983f217a945d415cefbc [diff] |
Merge "Fix typo."
diff --git a/libc/private/bionic_atomic_arm.h b/libc/private/bionic_atomic_arm.h index 3957d46..023d662 100644 --- a/libc/private/bionic_atomic_arm.h +++ b/libc/private/bionic_atomic_arm.h
@@ -25,7 +25,7 @@ #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. */