diff options
Diffstat (limited to 'pkg/sentry/pgalloc')
-rwxr-xr-x | pkg/sentry/pgalloc/evictable_range_set.go | 2 | ||||
-rwxr-xr-x | pkg/sentry/pgalloc/usage_set.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/pgalloc/evictable_range_set.go b/pkg/sentry/pgalloc/evictable_range_set.go index a4dcb1663..6fbd02434 100755 --- a/pkg/sentry/pgalloc/evictable_range_set.go +++ b/pkg/sentry/pgalloc/evictable_range_set.go @@ -1185,7 +1185,7 @@ func (s *evictableRangeSet) String() string { return s.root.String() } -// String stringifes a node (and all of its children) for debugging. +// String stringifies a node (and all of its children) for debugging. func (n *evictableRangenode) String() string { var buf bytes.Buffer n.writeDebugString(&buf, "") diff --git a/pkg/sentry/pgalloc/usage_set.go b/pkg/sentry/pgalloc/usage_set.go index 612807caf..37b9235ca 100755 --- a/pkg/sentry/pgalloc/usage_set.go +++ b/pkg/sentry/pgalloc/usage_set.go @@ -1189,7 +1189,7 @@ func (s *usageSet) String() string { return s.root.String() } -// String stringifes a node (and all of its children) for debugging. +// String stringifies a node (and all of its children) for debugging. func (n *usagenode) String() string { var buf bytes.Buffer n.writeDebugString(&buf, "") |