scripts: gen_syscalls: typo fix

Fix "defing" as "defining"

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
Ruslan Mstoi 2020-05-26 16:10:21 +03:00 committed by Ioannis Glaropoulos
commit 84822e3086

View file

@ -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