]> 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 e8688ec49a723c954c7b3e04f70f623acdab3c60..e2a5760295ba037262d75810e1f65d505a26d2c8 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.88 2017/02/07 23:21:29 christos Exp $")
+FILE_RCSID("@(#)$File: cdf.c,v 1.89 2017/02/10 18:14:01 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);