summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/pgalloc/evictable_range_set.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/pgalloc/evictable_range_set.go')
-rwxr-xr-xpkg/sentry/pgalloc/evictable_range_set.go2
1 files changed, 1 insertions, 1 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, "")