1
0
mirror of https://github.com/m00natic/vlfi.git synced 2024-10-05 18:30:51 +01:00

Fix typos

Typos found with codespell.
This commit is contained in:
Damien Cassou 2019-11-26 21:29:30 +01:00 committed by Andrey Kotlarski
parent 31b292dc85
commit cc02f25337

View File

@ -387,7 +387,7 @@ Optimize over TYPES up to MAX-IDX."
(defun vlf-tune-batch (types &optional linear file)
"Adjust `vlf-batch-size' to optimal value optimizing on TYPES.
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.
If LINEAR is non nil, use brute-force. In case requested measurement
is missing, stop search and set `vlf-batch-size' to this value.