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