Fix a few typos

It is an idea of running codespell as part of our presubmit checks.
Before enabling it for new changes, let's fix what it has found.

Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Andrei Vagin
2023-10-25 12:13:42 -07:00
parent d4973670c3
commit 5f4abad306
155 changed files with 232 additions and 232 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ type MemoryFile struct {
// file blocks expected. This is used to elide the scan when this
// matches the underlying file blocks.
//
// To track swapped pages, usageSwapped tracks the discrepency between
// To track swapped pages, usageSwapped tracks the discrepancy between
// what is observed in core and what is reported by the file. When
// usageSwapped is non-zero, a sweep will be performed at least every
// second. The start of the last sweep is recorded in usageLast.