diff options
author | epg <epg@pkgsrc.org> | 2008-12-22 18:06:00 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-12-22 18:06:00 +0000 |
commit | 0f00cb9e4833d2135526067e89e0dac970946905 (patch) | |
tree | c4cac5a66fe7573bf43fa9005505d41c737339b4 | |
parent | d757cd32d97462fa77e255001108d65cd6ccebf6 (diff) | |
download | pkgsrc-0f00cb9e4833d2135526067e89e0dac970946905.tar.gz |
s/ia/is/
-rw-r--r-- | devel/libatomic_ops/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libatomic_ops/DESCR b/devel/libatomic_ops/DESCR index 05f1f25f95a..772f9b6e0d2 100644 --- a/devel/libatomic_ops/DESCR +++ b/devel/libatomic_ops/DESCR @@ -5,7 +5,7 @@ atomic memory operations. These might allow you to write code: - Makes more effective use of multiprocessors by allowing you to write clever lock-free code. Note that such code is very difficult to get right, and will unavoidably be less portable than lock-based code. It - ia also not always faster than lock-based code. But it may occasionally + is also not always faster than lock-based code. But it may occasionally be a large performance win. - To experiment with new and much better thread programming paradigms, etc. |