diff options
Diffstat (limited to 'usr/src/cmd/pfexecd/pfexecd.c')
-rw-r--r-- | usr/src/cmd/pfexecd/pfexecd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/pfexecd/pfexecd.c b/usr/src/cmd/pfexecd/pfexecd.c index ae04a5fe4c..c75d8c4314 100644 --- a/usr/src/cmd/pfexecd/pfexecd.c +++ b/usr/src/cmd/pfexecd/pfexecd.c @@ -79,7 +79,7 @@ init_isa_regex(void) char *p; /* - * Extract the isalist(5) for userland from the kernel. + * Extract the isalist(7) for userland from the kernel. */ isalist = malloc(isalen); do { |