Internal change.

PiperOrigin-RevId: 316973783
This commit is contained in:
gVisor bot
2020-06-17 15:10:40 -07:00
parent 28a5c55bb6
commit a5f4deeca7
+2 -2
View File
@@ -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.