Skip to content

Commit

Permalink
tools: include: nolibc: Fix a typo occured to occurred in the file no…
Browse files Browse the repository at this point in the history
…libc.h

s/occured/occurred/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Willy Tarreau <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
  • Loading branch information
unixbhaskar authored and paulmckrcu committed Jul 20, 2021
1 parent 2734d6c commit 9a83f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/include/nolibc/nolibc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ struct sys_stat_struct {
* scall32-o32.S in the kernel sources.
* - the system call is performed by calling "syscall"
* - syscall return comes in v0, and register a3 needs to be checked to know
* if an error occured, in which case errno is in v0.
* if an error occurred, in which case errno is in v0.
* - the arguments are cast to long and assigned into the target registers
* which are then simply passed as registers to the asm code, so that we
* don't have to experience issues with register constraints.
Expand Down

0 comments on commit 9a83f9a

Please sign in to comment.