Correct a comment.

This commit is contained in:
bdrewery 2015-10-08 00:31:11 +00:00
parent ebc5619c3a
commit f3631cd596

View File

@ -51,7 +51,7 @@ struct procabi {
/*
* This is confusingly named. It holds per-thread state about the
* currently executing system call. syscalls.h defines a struct
* currently executing system call. syscall.h defines a struct
* syscall that holds metadata used to format system call arguments.
*
* NB: args[] stores the raw argument values (e.g. from registers)