Typo fix.

PiperOrigin-RevId: 396476303
This commit is contained in:
Etienne Perot
2021-09-13 17:08:44 -07:00
committed by gVisor bot
parent 95fe4fea19
commit 4795e08359
+1 -1
View File
@@ -83,7 +83,7 @@ var (
// when we get a SIGSEGV that is not interesting to us.
savedSigSegVHandler uintptr
// same a above, but for SIGBUS signals.
// Same as above, but for SIGBUS signals.
savedSigBusHandler uintptr
)