aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmimpl/openbsd.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-07-11 17:09:04 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-07-12 08:22:44 +0200
commitc1147c8df73eb61bc9d66e6628e0369e21f28670 (patch)
tree1f5f75bf13a32941025c134fdd236fb137cf3181 /vm/vmimpl/openbsd.go
parent0faffd0438df859fb66236085ac3992735900d26 (diff)
all: fix comments format
Fix capitalization, dots at the end and two spaces after a period. Update #1876
Diffstat (limited to 'vm/vmimpl/openbsd.go')
-rw-r--r--vm/vmimpl/openbsd.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/vm/vmimpl/openbsd.go b/vm/vmimpl/openbsd.go
index 8017ede03..850f3940a 100644
--- a/vm/vmimpl/openbsd.go
+++ b/vm/vmimpl/openbsd.go
@@ -9,9 +9,9 @@ import (
)
// DiagnoseOpenBSD sends the debug commands to the given writer which
-// is expected to be connected to a paniced openbsd kernel. If kernel
-// just hanged, we've lost connection or detected some non-panic
-// error, console still shows normal login prompt.
+// is expected to be connected to a paniced openbsd kernel. If kernel
+// just hanged, we've lost connection or detected some non-panic error,
+// console still shows normal login prompt.
func DiagnoseOpenBSD(w io.Writer) ([]byte, bool) {
commands := []string{
"",