From 1567a821a4616f59748fa8982724f88e542867d6 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 23 Aug 2022 20:33:58 +0200 Subject: crypto: Fix various typos, repeated words, align some spelling to LDP. partially revamped from #16712 - fall thru -> fall through - time stamp -> timestamp - file name -> filename - host name -> hostname Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/19059) --- crypto/o_fopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/o_fopen.c') diff --git a/crypto/o_fopen.c b/crypto/o_fopen.c index 24912bb7d8..09c28e0bf7 100644 --- a/crypto/o_fopen.c +++ b/crypto/o_fopen.c @@ -11,7 +11,7 @@ /* * Following definition aliases fopen to fopen64 on above mentioned * platforms. This makes it possible to open and sequentially access files - * larger than 2GB from 32-bit application. It does not allow to traverse + * larger than 2GB from 32-bit application. It does not allow one to traverse * them beyond 2GB with fseek/ftell, but on the other hand *no* 32-bit * platform permits that, not with fseek/ftell. Not to mention that breaking * 2GB limit for seeking would require surgery to *our* API. But sequential -- cgit v1.2.1