Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a747b756 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix typo of snapuserd_verify.h" into main

parents 569db94f 28b2556e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;