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_4_0~48^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe6a94b7b1b7225928ba0e33880b9b7fd0906db8;p=libatomic_ops 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 8ec47ef..52ef610 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. * TODO: Probably add others in the future.