From: Ilya Shipitsin Date: Fri, 12 Mar 2021 16:53:34 +0000 (+0500) Subject: CLEANUP: assorted typo fixes in the code and comments X-Git-Tag: v2.4-dev12~1 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=f3ede874a5c576f9a29ead7145710626ddd84f2a;p=haproxy-2.5.git CLEANUP: assorted typo fixes in the code and comments This is 20th iteration of typo fixes --- diff --git a/include/haproxy/atomic.h b/include/haproxy/atomic.h index 709d4aa..cc06162 100644 --- a/include/haproxy/atomic.h +++ b/include/haproxy/atomic.h @@ -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]; };