Skip to content

Commit

Permalink
arch: fix a typo in arch-syscall-validate
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
kolyshkin authored and pcmoore committed Sep 20, 2022
1 parent 3e18c41 commit b86e5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch-syscall-validate
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ function dump_lib() {
# 2 "sys" or "lib" depending on the syscall list to use
# 3 csv file to use as input for saved fields
#
# Generare a syscall csv file from the given kernel sources.
# Generate a syscall csv file from the given kernel sources.
#
function gen_csv() {

Expand Down

0 comments on commit b86e5a3

Please sign in to comment.