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/vm_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vm/vm_test.go') diff --git a/vm/vm_test.go b/vm/vm_test.go index 6f7f18489..8c1f82917 100644 --- a/vm/vm_test.go +++ b/vm/vm_test.go @@ -84,8 +84,8 @@ func init() { type Test struct { Name string Exit ExitCondition - DiagnoseBug bool // Diagnose produces output that is detected as kernel crash - DiagnoseNoWait bool // Diagnose returns output directly rather than to console + DiagnoseBug bool // Diagnose produces output that is detected as kernel crash. + DiagnoseNoWait bool // Diagnose returns output directly rather than to console. Body func(outc chan []byte, errc chan error) Report *report.Report } -- cgit mrf-deployment