]> granicus.if.org Git - libatomic_ops/commitdiff
Fix a typo in ao_t_is_int.h comment
authorIvan Maidanski <ivmai@mail.ru>
Sun, 13 Jan 2013 20:10:48 +0000 (00:10 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 13 Jan 2013 20:10:48 +0000 (00:10 +0400)
* src/atomic_ops/sysdeps/ao_t_is_int.h: Fix a typo in comment.

src/atomic_ops/sysdeps/ao_t_is_int.h

index 8ec47ef74dd6f00def1e516e8a5f68af8a75c65e..52ef61004d4cebb49e0fb55839e0c814875b9e10 100644 (file)
@@ -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.