mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-14 15:34:35 +00:00
CLEANUP: assorted typo fixes in the code and comments
This is 20th iteration of typo fixes
This commit is contained in:
parent
7416314145
commit
f3ede874a5
@ -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]; };
|
||||
|
Loading…
Reference in New Issue
Block a user