Skip to content

Commit a5be36d

Browse files
authored
Document: assign7-kvm-vmm: fix typo
Signed-off-by: hanyujie2002 <[email protected]>
1 parent d0f4e88 commit a5be36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/teaching/so2/assign7-kvm-vmm.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ most programs nowdays need 64 bits addresses, and such we will need to switch to
115115

116116
In ``vcpu.h``, you may found helpful macros such as CR0_PE, CR0_MP, CR0_ET, etc.
117117

118-
Since we will running a more complex program, we will also create a small stack for our program
118+
Since we will run a more complex program, we will also create a small stack for our program
119119
``regs.rsp = 1 << 20;``. Don't forget to set the RIP and RFLAGS registers.
120120

121121
Running

0 commit comments

Comments
 (0)