From 84822e308627a41be5b376d3ca7eb5df139cc02b Mon Sep 17 00:00:00 2001 From: Ruslan Mstoi Date: Tue, 26 May 2020 16:10:21 +0300 Subject: [PATCH] scripts: gen_syscalls: typo fix Fix "defing" as "defining" Signed-off-by: Ruslan Mstoi --- scripts/gen_syscalls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_syscalls.py b/scripts/gen_syscalls.py index 32531558b97..6d18cf93fdc 100755 --- a/scripts/gen_syscalls.py +++ b/scripts/gen_syscalls.py @@ -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 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. - A directory containing header files. Each header corresponds to a header