diff options
author | Ulrich Drepper <gmail@redhat.com> | 2010-12-09 19:22:52 -0500 |
---|---|---|
committer | Ulrich Drepper <gmail@redhat.com> | 2010-12-09 19:22:52 -0500 |
commit | eaea92f137762dd754fdf858a2cd600f15005884 (patch) | |
tree | 2540318dbd639acee7e08bd42d252762d990112d /include | |
parent | fb88ac72c2dcbbd979c8798e4ea497818bb3e171 (diff) | |
download | glibc-eaea92f137762dd754fdf858a2cd600f15005884.tar.gz glibc-eaea92f137762dd754fdf858a2cd600f15005884.tar.xz glibc-eaea92f137762dd754fdf858a2cd600f15005884.zip |
Fix typo in comment.
Diffstat (limited to 'include')
-rw-r--r-- | include/atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/atomic.h b/include/atomic.h index 37d0111d5f..fc4023b76c 100644 --- a/include/atomic.h +++ b/include/atomic.h @@ -33,7 +33,7 @@ the multi-thread case. The interfaces have the prefix "catomic_". - - support functions like barriers. They also have the preifx + - support functions like barriers. They also have the prefix "atomic_". Architectures must provide a few lowlevel macros (the compare |