diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-17 22:13:20 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-17 22:13:20 +0000 |
commit | bc336881d529f8e22b3c4e6b42d2a74f06f6c999 (patch) | |
tree | 1947de6acfe9c793f4fe770e9830ed7afe72082f /pkg/sentry/control | |
parent | 57b6e74d50e77f21511a836557f4c4534e6b80d0 (diff) | |
parent | a5f4deeca76b83745c0bae5c2b300faf5776b640 (diff) |
Merge release-20200608.0-75-ga5f4deeca (automated)
Diffstat (limited to 'pkg/sentry/control')
-rw-r--r-- | pkg/sentry/control/logging.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/control/logging.go b/pkg/sentry/control/logging.go index 811f24324..8a500a515 100644 --- a/pkg/sentry/control/logging.go +++ b/pkg/sentry/control/logging.go @@ -70,8 +70,8 @@ type LoggingArgs struct { type Logging struct{} // Change will change the log level and strace arguments. Although -// this functions signature requires an error it never acctually -// return san error. It's required by the URPC interface. +// this functions signature requires an error it never actually +// returns an error. It's required by the URPC interface. // Additionally, it may look odd that this is the only method // attached to an empty struct but this is also part of how // URPC dispatches. |