summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/mm/pma_set.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/mm/pma_set.go')
-rwxr-xr-xpkg/sentry/mm/pma_set.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/mm/pma_set.go b/pkg/sentry/mm/pma_set.go
index a048a299c..52e66468c 100755
--- a/pkg/sentry/mm/pma_set.go
+++ b/pkg/sentry/mm/pma_set.go
@@ -1189,7 +1189,7 @@ func (s *pmaSet) 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 *pmanode) String() string {
var buf bytes.Buffer
n.writeDebugString(&buf, "")