summaryrefslogtreecommitdiff
path: root/src/ber-decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ber-decoder.c')
-rw-r--r--src/ber-decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ber-decoder.c b/src/ber-decoder.c
index 755c1d7..d176f64 100644
--- a/src/ber-decoder.c
+++ b/src/ber-decoder.c
@@ -883,7 +883,7 @@ decoder_next (BerDecoder d)
* also clear the buffer because there is no guarantee that
* we will copy data to all bytes of the buffer: A broken
* ASN.1 encoding may thus lead to access of uninitialized
- * data even if we make sure that that access is not our of
+ * data even if we make sure that that access is not out of
* bounds. */
d->image.used = 0;
d->image.length = ti.length + 100;