summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2017-02-25 18:54:07 +0000
committerChristos Zoulas <christos@zoulas.com>2017-02-25 18:54:07 +0000
commit33c3219d72c13a9c0b7ebf8ab2e1e87b8538194b (patch)
treebc0041716fe0de9ce8e861fb1836996243de8ffc
parent1d54e29189e67516da5e2557663255e783284de1 (diff)
downloadfile-git-33c3219d72c13a9c0b7ebf8ab2e1e87b8538194b.tar.gz
PR/596: Jason Hood: spello in comment.
-rw-r--r--src/cdf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cdf.c b/src/cdf.c
index 7909c818..d0901f7e 100644
--- 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);