mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 12:05:31 +00:00
Fix typos
Typos found with codespell.
This commit is contained in:
parent
31b292dc85
commit
cc02f25337
@ -387,7 +387,7 @@ Optimize over TYPES up to MAX-IDX."
|
|||||||
(defun vlf-tune-batch (types &optional linear file)
|
(defun vlf-tune-batch (types &optional linear file)
|
||||||
"Adjust `vlf-batch-size' to optimal value optimizing on TYPES.
|
"Adjust `vlf-batch-size' to optimal value optimizing on TYPES.
|
||||||
TYPES is alist of elements that may be of form (type coef) or
|
TYPES is alist of elements that may be of form (type coef) or
|
||||||
non list values in which case coeficient is assumed 1.
|
non list values in which case coefficient is assumed 1.
|
||||||
Types can be :insert, :raw, :encode, :write, :hexl or :dehexlify.
|
Types can be :insert, :raw, :encode, :write, :hexl or :dehexlify.
|
||||||
If LINEAR is non nil, use brute-force. In case requested measurement
|
If LINEAR is non nil, use brute-force. In case requested measurement
|
||||||
is missing, stop search and set `vlf-batch-size' to this value.
|
is missing, stop search and set `vlf-batch-size' to this value.
|
||||||
|
Loading…
Reference in New Issue
Block a user