crypto: Fix various typos, repeated words, align some spelling to LDP.
[openssl.git] / crypto / bio / bss_file.c
index a6143b6abcf6648b326299ae09274764e9901617..05d87cfe90faee8a9a191ad97d9fc86d7a5036ea 100644 (file)
@@ -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