typo-fixes: miscellaneous typo fixes
[openssl.git] / crypto / LPdir_unix.c
index 356089d7fd34a6db3479e3fc2386853b8ea46e8c..b1022895c85540003cd82cde9f55ea379d2a35c3 100644 (file)
@@ -51,7 +51,7 @@
 #endif
 
 /*
 #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.
  * 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.