pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libatomic_ops s/ia/is/



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae0c824dfa14
branches:  trunk
changeset: 552013:ae0c824dfa14
user:      epg <epg%pkgsrc.org@localhost>
date:      Mon Dec 22 18:06:00 2008 +0000

description:
s/ia/is/

diffstat:

 devel/libatomic_ops/DESCR |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4d49b607dc95 -r ae0c824dfa14 devel/libatomic_ops/DESCR
--- a/devel/libatomic_ops/DESCR Mon Dec 22 17:03:21 2008 +0000
+++ b/devel/libatomic_ops/DESCR Mon Dec 22 18:06:00 2008 +0000
@@ -5,7 +5,7 @@
 - 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.
 



Home | Main Index | Thread Index | Old Index