From c1147c8df73eb61bc9d66e6628e0369e21f28670 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 11 Jul 2020 17:09:04 +0200 Subject: all: fix comments format Fix capitalization, dots at the end and two spaces after a period. Update #1876 --- vm/vmimpl/openbsd.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vm/vmimpl/openbsd.go') 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{ "", -- cgit mrf-deployment