]> granicus.if.org Git - file/commitdiff
PR/596: Jason Hood: spello in comment.
authorChristos Zoulas <christos@zoulas.com>
Sat, 25 Feb 2017 18:54:07 +0000 (18:54 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 25 Feb 2017 18:54:07 +0000 (18:54 +0000)
src/cdf.c

index 7909c81820209b79c9311557563c1688f3a95d20..d0901f7ef3ae2f9af4357f2992cd70777d1a7a68 100644 (file)
--- a/src/cdf.c
+++ b/src/cdf.c
@@ -35,7 +35,7 @@
 #include "file.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$File: cdf.c,v 1.89 2017/02/10 18:14:01 christos Exp $")
+FILE_RCSID("@(#)$File: cdf.c,v 1.90 2017/02/25 18:54:07 christos Exp $")
 #endif
 
 #include <assert.h>
@@ -892,7 +892,7 @@ cdf_read_property_info(const cdf_stream_t *sst, const cdf_header_t *h,
                        goto out;
                }
                if (q >= e) {
-                       DPRINTF(("Ran of the end %p >= %p\n", q, e));
+                       DPRINTF(("Ran off the end %p >= %p\n", q, e));
                        goto out;
                }
                inp[i].pi_id = CDF_GETUINT32(p, i << 1);