fine-tune comment

This commit is contained in:
Frans Kaashoek 2009-10-07 17:42:14 -04:00
parent fb4868745c
commit ab777a9ad0

4
proc.h
View file

@ -16,8 +16,8 @@
// Contexts are stored at the bottom of the stack they
// describe; the stack pointer is the address of the context.
// The layout of the context matches the layout of the stack in swtch.S
// at "Switch stacks" comment. eip is included in the context
// so that allocproc() can easily change the return address on the stack.
// at "Switch stacks" comment. Switch itself doesn't save eip explicitly,
// but it is on the stack and allocproc() manipulates it.
struct context {
uint edi;
uint esi;