Skip to content

Commit c539b21

Browse files
committed
Fix appropriate expression
Signed-off-by: KOSHIKAWA Kenichi <[email protected]>
1 parent cada2cb commit c539b21

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)