Commit 9a83f9ae authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Paul E. McKenney

tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.h

s/occured/occurred/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarWilly Tarreau <w@1wt.eu>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 2734d6c1
...@@ -1031,7 +1031,7 @@ struct sys_stat_struct { ...@@ -1031,7 +1031,7 @@ struct sys_stat_struct {
* scall32-o32.S in the kernel sources. * scall32-o32.S in the kernel sources.
* - the system call is performed by calling "syscall" * - the system call is performed by calling "syscall"
* - syscall return comes in v0, and register a3 needs to be checked to know * - 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 * - 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 * which are then simply passed as registers to the asm code, so that we
* don't have to experience issues with register constraints. * don't have to experience issues with register constraints.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment