git: 623d432b154a - main - typo: Fix side -> size since it matters to the meaning...
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jun 2024 16:59:38 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=623d432b154a7fc0bd75f3ca221114808b6e9113
commit 623d432b154a7fc0bd75f3ca221114808b6e9113
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-06-02 14:38:11 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-06-04 16:59:01 +0000
typo: Fix side -> size since it matters to the meaning...
batch side doesn't make sense, but batch size does. Fix.
Sponsored by: Netflix
---
lib/libthr/tests/umtx_op_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libthr/tests/umtx_op_test.c b/lib/libthr/tests/umtx_op_test.c
index 48417623e7da..8f964f9a923b 100644
--- a/lib/libthr/tests/umtx_op_test.c
+++ b/lib/libthr/tests/umtx_op_test.c
@@ -35,7 +35,7 @@
/*
* This is an implementation detail of _umtx_op(2), pulled from
* sys/kern/kern_umtx.c. The relevant bug observed that requests above the
- * batch side would not function as intended, so it's important that this
+ * batch size would not function as intended, so it's important that this
* reflects the BATCH_SIZE configured there.
*/
#define UMTX_OP_BATCH_SIZE 128