Skip to content

Commit

Permalink
all: fix comment typos
Browse files Browse the repository at this point in the history
Fix two comment typos reported by Codespell:
	Error: ./src/syscalls.c:292: pseduo ==> pseudo
	Error: ./src/gen_pfc.c:247: pseduo ==> pseudo

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
  • Loading branch information
drakenclimber committed Mar 29, 2023
1 parent 7179ff3 commit d5f7703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gen_pfc.c
Expand Up @@ -244,7 +244,7 @@ static void _gen_pfc_chain(const struct arch_def *arch,
* @param sys the syscall filter
* @param fds the file stream to send the output
*
* This function generates a pseduo filter code representation of the given
* This function generates a pseudo filter code representation of the given
* syscall filter and writes it to the given output stream.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/syscalls.c
Expand Up @@ -289,7 +289,7 @@ case __PNR_##NAME: \
* @param arch the arch definition
* @param syscall the direct syscall
*
* Return the related multiplexed pseduo syscall number, __NR_SCMP_UNDEF is
* Return the related multiplexed pseudo syscall number, __NR_SCMP_UNDEF is
* there is no related pseudo syscall, or __NR_SCMP_ERROR otherwise.
*
*/
Expand Down

0 comments on commit d5f7703

Please sign in to comment.