]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: assorted typo fixes in the code and comments
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 12 Mar 2021 16:53:34 +0000 (21:53 +0500)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Mar 2021 10:45:17 +0000 (11:45 +0100)
This is 20th iteration of typo fixes

include/haproxy/atomic.h

index 709d4aa215d7a7f3aabacf2771acd1d7c8dd5333..cc061629f0660c6af713146e7393ccf9a99aae42 100644 (file)
@@ -520,7 +520,7 @@ static forceinline int __ha_cas_dw(void *target, void *compare, const void *set)
         * if we could apply the change. In order to pass a pair, we simply map
         * a register pair on a struct so that the compiler can emit register
         * pairs that we can use thanks to the undocumented "%H" modifier
-        * mentionned on the link below:
+        * mentioned on the link below:
         *   https://patchwork.ozlabs.org/project/gcc/patch/59368A74.2060908@foss.arm.com/
         */
        struct pair { uint64_t r[2]; };