Correct a comment.

This commit is contained in:
Bryan Drewery 2015-10-08 00:31:11 +00:00
parent d144be2ae7
commit 04a97800bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288997

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)