Fix typo of snapuserd_verify.h
"advisible" should be "advisable" "fucntionality" should be "functionality" Bug: 379603290 Test: build pass Change-Id: I6c95f2b186f479ba51df8603ce87c0522e91bf64
This commit is contained in:
parent
c759f23f2f
commit
28b2556e90
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ class UpdateVerify {
|
|||
* (/proc/pressure/{cpu,memory}; and monitoring the Inactive(file) and
|
||||
* Active(file) pages from /proc/meminfo.
|
||||
*
|
||||
* Additionally, for low memory devices, it is advisible to use O_DIRECT
|
||||
* fucntionality for source block device.
|
||||
* Additionally, for low memory devices, it is advisable to use O_DIRECT
|
||||
* functionality for source block device.
|
||||
*/
|
||||
int kMinThreadsToVerify = 1;
|
||||
int kMaxThreadsToVerify = 3;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue