From 8c3f9abd70b3f447a4795c1b00b386b044fb322d Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 20 Nov 2018 18:59:41 +0000 Subject: Import OpenSSL 1.1.1a. --- crypto/LPdir_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/LPdir_unix.c') diff --git a/crypto/LPdir_unix.c b/crypto/LPdir_unix.c index 356089d7fd34..b1022895c855 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. -- cgit v1.2.3