From 46d085096c6ead624c61e4b8b301421301511e64 Mon Sep 17 00:00:00 2001 From: agnosticdev Date: Thu, 20 Sep 2018 05:23:27 -0500 Subject: typo-fixes: miscellaneous typo fixes Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7277) --- 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 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. -- cgit v1.2.3