Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo: 'progvhdr' to 'proghdr' in mem.tex. #44

Open
wants to merge 1 commit into
base: xv6-riscv
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions aspell.words
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 397
personal_ws-1.1 en 396
Abutalib
acquiresleep
addr
Expand Down Expand Up @@ -248,7 +248,6 @@ printf
proc
proc's
proghdr
progvhdr
PTE
PTEs
pthread
Expand Down
2 changes: 1 addition & 1 deletion mem.tex
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ \section{Code: exec}
\indexcode{struct elfhdr} \lineref{kernel/elf.h:/^struct.elfhdr/},
followed by a sequence of program section headers,
\lstinline{struct proghdr} \lineref{kernel/elf.h:/^struct.proghdr/}. Each
\lstinline{progvhdr} describes a section of the application that must
\lstinline{proghdr} describes a section of the application that must
be loaded into memory; xv6 programs have two program section
headers: one for instructions and one for data.

Expand Down