mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
typo: Fix side -> size since it matters to the meaning...
batch side doesn't make sense, but batch size does. Fix. Sponsored by: Netflix
This commit is contained in:
parent
2144e31d8f
commit
623d432b15
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue