1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

amd64: Fix a common typo in source code comments

- s/comparision/comparison/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-01-19 14:27:18 +01:00
parent 72e709040f
commit 05187f2ffc

View File

@ -922,7 +922,7 @@ copy_fault:
/*
* casueword32. Compare and set user integer. Returns -1 on fault,
* 0 if access was successful, and 1 when comparision failed.
* 0 if access was successful, and 1 when comparison failed.
* Old value is written to *oldp.
* dst = %rdi, old = %esi, oldp = %rdx, new = %ecx
*/
@ -1002,7 +1002,7 @@ END(casueword32_smap)
/*
* casueword. Compare and set user long. Returns -1 on fault,
* 0 if access was successful, and 1 when comparision failed.
* 0 if access was successful, and 1 when comparison failed.
* Old value is written to *oldp.
* dst = %rdi, old = %rsi, oldp = %rdx, new = %rcx
*/