summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/bio_ber.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pkcs7/bio_ber.c')
-rw-r--r--crypto/pkcs7/bio_ber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/bio_ber.c b/crypto/pkcs7/bio_ber.c
index 31973fcd1f..e16eef2d12 100644
--- a/crypto/pkcs7/bio_ber.c
+++ b/crypto/pkcs7/bio_ber.c
@@ -96,7 +96,7 @@ typedef struct bio_ber_struct
int depth; /* used with indefinite encoding. */
int finished; /* No more read data */
- /* writting */
+ /* writing */
char *w_addr;
int w_offset;
int w_left;