mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user