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:
Aeric 2024-11-18 17:30:46 +08:00
parent c759f23f2f
commit 28b2556e90

View file

@ -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;