diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/isaexec.c')
-rw-r--r-- | usr/src/lib/libc/port/gen/isaexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/gen/isaexec.c b/usr/src/lib/libc/port/gen/isaexec.c index c3807ead39..5db6ccf29a 100644 --- a/usr/src/lib/libc/port/gen/isaexec.c +++ b/usr/src/lib/libc/port/gen/isaexec.c @@ -57,7 +57,7 @@ isaexec(const char *execname, char *const *argv, char *const *envp) int saved_errno; /* - * Extract the isalist(5) for userland from the kernel. + * Extract the isalist(7) for userland from the kernel. */ isalist = malloc(isalen); do { |