Skip to content

Commit f774a48

Browse files
authored
Merge pull request #620 from reishoku/reishoku/fix-comment
Fix comment
2 parents cada2cb + c539b21 commit f774a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/qemu/qemu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func appendArgsIfNoConflict(args []string, k, v string) []string {
142142
}
143143

144144
type features struct {
145-
// NetdevHelp is the output of `qemu-system-x86_64 -accel help`
145+
// AccelHelp is the output of `qemu-system-x86_64 -accel help`
146146
// e.g. "Accelerators supported in QEMU binary:\ntcg\nhax\nhvf\n"
147147
// Not machine-readable, but checking strings.Contains() should be fine.
148148
AccelHelp []byte

0 commit comments

Comments
 (0)