aboutsummaryrefslogtreecommitdiff
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 2f17723..25831e5 100644
--- a/crypto/pkcs7/bio_ber.c
+++ b/crypto/pkcs7/bio_ber.c
@@ -92,7 +92,7 @@ typedef struct bio_ber_struct
/* most of the following are used when doing non-blocking IO */
/* reading */
long num_left; /* number of bytes still to read/write in block */
- int depth; /* used with idefinite encoding. */
+ int depth; /* used with indefinite encoding. */
int finished; /* No more read data */
/* writting */