From 33c3219d72c13a9c0b7ebf8ab2e1e87b8538194b Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 25 Feb 2017 18:54:07 +0000 Subject: PR/596: Jason Hood: spello in comment. --- src/cdf.c | 4 ++-- 1 file 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 @@ -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); -- cgit v1.2.1