Changeset: 2c2951483325 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2c2951483325 Modified Files: gdk/gdk_atomic.h Branch: Feb2013 Log Message:
Typo in comment. diffs (12 lines): diff --git a/gdk/gdk_atomic.h b/gdk/gdk_atomic.h --- a/gdk/gdk_atomic.h +++ b/gdk/gdk_atomic.h @@ -32,7 +32,7 @@ * ATOMIC_SET -- set the value of a variable; * ATOMIC_ADD -- add a value to a variable, return original value; * ATOMIC_SUB -- subtract a value from a variable, return original value; - * ATOMIC_INT -- increment a variable's value, return new value; + * ATOMIC_INC -- increment a variable's value, return new value; * ATOMIC_DEC -- decrement a variable's value, return new value; * ATOMIC_CAS -- compare-and-set: compare the variable's value with * old and if it matches, replace with new, return _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list