summaryrefslogtreecommitdiff
path: root/devel/libatomic_ops
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2008-12-22 18:06:00 +0000
committerepg <epg@pkgsrc.org>2008-12-22 18:06:00 +0000
commit0f00cb9e4833d2135526067e89e0dac970946905 (patch)
treec4cac5a66fe7573bf43fa9005505d41c737339b4 /devel/libatomic_ops
parentd757cd32d97462fa77e255001108d65cd6ccebf6 (diff)
downloadpkgsrc-0f00cb9e4833d2135526067e89e0dac970946905.tar.gz
s/ia/is/
Diffstat (limited to 'devel/libatomic_ops')
-rw-r--r--devel/libatomic_ops/DESCR2
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.