aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_test.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/vm_test.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/vm_test.go')
-rw-r--r--vm/vm_test.go4
1 files changed, 2 insertions, 2 deletions
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
}