diff options
-rw-r--r-- | src/unistd/searchpath3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/searchpath3.c b/src/unistd/searchpath3.c index 222f77a..19ee3ee 100644 --- a/src/unistd/searchpath3.c +++ b/src/unistd/searchpath3.c @@ -48,7 +48,7 @@ * * This is a slibc extension. * - * @etymology Variant of (searchpath) that takes (2) arguments. + * @etymology Variant of (searchpath) that takes (3) arguments. * * @param name The name of the sought executable. Must not be `NULL`. * @param fallback Value to use instead of the value of $PATH, if |