From: Ivan Maidanski Date: Sun, 13 Jan 2013 20:10:48 +0000 (+0400) Subject: Fix a typo in ao_t_is_int.h comment X-Git-Tag: libatomic_ops-7_2e~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e235d95d43b2b64d5f9b7fcd9ed85e07a88e5f20;p=platform%2Fupstream%2Flibatomic_ops.git Fix a typo in ao_t_is_int.h comment * src/atomic_ops/sysdeps/ao_t_is_int.h: Fix a typo in comment. --- diff --git a/src/atomic_ops/sysdeps/ao_t_is_int.h b/src/atomic_ops/sysdeps/ao_t_is_int.h index 3e62d4f..5dbfca2 100644 --- a/src/atomic_ops/sysdeps/ao_t_is_int.h +++ b/src/atomic_ops/sysdeps/ao_t_is_int.h @@ -22,7 +22,7 @@ /* * Inclusion of this file signifies that AO_t is in fact int. Hence - * any AO_... operations can also server as AO_int_... operations. + * any AO_... operations can also serve as AO_int_... operations. * We currently define only the more important ones here, and allow for * the normal generalization process to define the others. * We should probably add others in the future.