summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorepg <epg>2008-12-22 18:06:00 +0000
committerepg <epg>2008-12-22 18:06:00 +0000
commit6518039ff2e3575bdcf477794590d35096a69a11 (patch)
treec4cac5a66fe7573bf43fa9005505d41c737339b4
parentc1010e31b0275d3e6f27f20dde4fef0eea33e849 (diff)
downloadpkgsrc-6518039ff2e3575bdcf477794590d35096a69a11.tar.gz
s/ia/is/
-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.