summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_stop.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/kernel/task_stop.go')
-rw-r--r--pkg/sentry/kernel/task_stop.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/kernel/task_stop.go b/pkg/sentry/kernel/task_stop.go
index e735a5dd0..10c6e455c 100644
--- a/pkg/sentry/kernel/task_stop.go
+++ b/pkg/sentry/kernel/task_stop.go
@@ -172,7 +172,7 @@ func (t *Task) beginStopLocked() {
}
}
-// endStopLocked decerements t.stopCount to indicate that an existing internal
+// endStopLocked decrements t.stopCount to indicate that an existing internal
// or external stop no longer applies to t.
//
// Preconditions: The signal mutex must be locked.