scripts: gen_syscalls: typo fix
Fix "defing" as "defining" Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
parent
9cf4cab53d
commit
84822e3086
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ parse_syscalls.py to create several files:
|
||||||
as well as the system call dispatch table, which maps system call type IDs
|
as well as the system call dispatch table, which maps system call type IDs
|
||||||
to their handler functions.
|
to their handler functions.
|
||||||
|
|
||||||
- A header file defing the system call type IDs, as well as function
|
- A header file defining the system call type IDs, as well as function
|
||||||
prototypes for all system call handler functions.
|
prototypes for all system call handler functions.
|
||||||
|
|
||||||
- A directory containing header files. Each header corresponds to a header
|
- A directory containing header files. Each header corresponds to a header
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue