1
0

Using sed to fix spelling was not a really good idea.

Revert "Fix spelling"

This reverts commit 3d958c1e10.
This commit is contained in:
2019-08-21 06:14:58 +00:00
parent 3d958c1e10
commit 7fd8614e3c
6 changed files with 7 additions and 7 deletions

View File

@ -60,7 +60,7 @@ type Kernel struct {
InitrdPath string
}
// System describe qemu parameters and is run process
// System describe qemu parameters and runned process
type System struct {
arch arch
kernel Kernel
@ -86,7 +86,7 @@ type System struct {
Died bool
sshAddrPort string
// accessible while qemu is is run
// accessible while qemu is runned
cmd *exec.Cmd
pipe struct {
stdin io.WriteCloser