Fix comment misthink.

Submitted by:	b. f. <bf1783 at googlemail.com>
Approved by:	re (audit argument blanket)
MFC after:	1 week
This commit is contained in:
Robert Watson 2009-07-02 09:50:13 +00:00
parent 64c9a4d9ab
commit deedc899fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195282

View File

@ -278,7 +278,7 @@ kau_free(struct au_record *rec)
/*
* Not all pointer arguments to system calls are of interest, but in some
* cases they reflect delegation of rights, such as mmap(2) falled by
* cases they reflect delegation of rights, such as mmap(2) followed by
* minherit(2) before execve(2), so do the best we can.
*/
#define ADDR_TOKEN(argnum, argname) do { \