]> granicus.if.org Git - libatomic_ops/commitdiff
Fix typos in atomic_ops.h comments
authorIvan Maidanski <ivmai@mail.ru>
Fri, 5 Oct 2012 17:12:47 +0000 (21:12 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 5 Oct 2012 17:13:54 +0000 (21:13 +0400)
* src/atomic_ops.h: Fix typos in comments (update generalize.h
filename).

src/atomic_ops.h

index cddcaf9a6d8286ff4c486b8e341e35162020e460..f52e48b230676ab23d7bcc9feb48f5938c4a2746 100644 (file)
 /* added as a higher layer.  But that would sacrifice           */
 /* usability from signal handlers.                              */
 /* The synthesis section is implemented almost entirely in      */
-/* atomic_ops_generalize.h.                                     */
+/* atomic_ops/generalize.h.                                     */
 
 /* Some common defaults.  Overridden for some architectures.    */
 #define AO_t size_t
 # define AO_GENERALIZE_TWICE
 #endif
 
-/* Theoretically we should repeatedly include atomic_ops_generalize.h.  */
+/* Theoretically we should repeatedly include atomic_ops/generalize.h.  */
 /* In fact, we observe that this converges after a small fixed number   */
 /* of iterations, usually one.                                          */
 #include "atomic_ops/generalize.h"