From: Ivan Maidanski Date: Fri, 5 Oct 2012 17:12:47 +0000 (+0400) Subject: Fix typos in atomic_ops.h comments X-Git-Tag: libatomic_ops-7_4_0~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=016e49d925561c9de5b4bc1eda24a53e6454354b;p=libatomic_ops Fix typos in atomic_ops.h comments * src/atomic_ops.h: Fix typos in comments (update generalize.h filename). --- diff --git a/src/atomic_ops.h b/src/atomic_ops.h index cddcaf9..f52e48b 100644 --- a/src/atomic_ops.h +++ b/src/atomic_ops.h @@ -149,7 +149,7 @@ /* 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 @@ -382,7 +382,7 @@ # 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"