X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2FLPdir_unix.c;h=b1022895c85540003cd82cde9f55ea379d2a35c3;hp=356089d7fd34a6db3479e3fc2386853b8ea46e8c;hb=46d085096c6ead624c61e4b8b301421301511e64;hpb=f39a02c68abc8936db24499cb3cfcba206a2e7eb diff --git a/crypto/LPdir_unix.c b/crypto/LPdir_unix.c index 356089d7fd..b1022895c8 100644 --- a/crypto/LPdir_unix.c +++ b/crypto/LPdir_unix.c @@ -51,7 +51,7 @@ #endif /* - * The POSIXly macro for the maximum number of characters in a file path is + * The POSIX macro for the maximum number of characters in a file path is * NAME_MAX. However, some operating systems use PATH_MAX instead. * Therefore, it seems natural to first check for PATH_MAX and use that, and * if it doesn't exist, use NAME_MAX.