summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_read.go
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2020-01-28 16:42:05 -0800
committergVisor bot <gvisor-bot@google.com>2020-01-28 16:53:55 -0800
commit3d046fef06ece6ba20770fa62e0a21569226adaa (patch)
treede0d4ad6b0c25d3c423dc2e57df8b78c04666082 /pkg/sentry/syscalls/linux/sys_read.go
parent431ff52768c2300e15cba609c2be4f507fd30d5b (diff)
Changes missing in last submit
Updates #1487 Updates #1623 PiperOrigin-RevId: 292040835
Diffstat (limited to 'pkg/sentry/syscalls/linux/sys_read.go')
-rw-r--r--pkg/sentry/syscalls/linux/sys_read.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/syscalls/linux/sys_read.go b/pkg/sentry/syscalls/linux/sys_read.go
index f9f594190..227692f06 100644
--- a/pkg/sentry/syscalls/linux/sys_read.go
+++ b/pkg/sentry/syscalls/linux/sys_read.go
@@ -29,7 +29,7 @@ import (
)
const (
- // EventMaskRead contains events that can be triggerd on reads.
+ // EventMaskRead contains events that can be triggered on reads.
EventMaskRead = waiter.EventIn | waiter.EventHUp | waiter.EventErr
)