aboutsummaryrefslogtreecommitdiffstats
path: root/include/iobuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iobuf.h')
-rw-r--r--include/iobuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iobuf.h b/include/iobuf.h
index e381445a5..81e23f267 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -54,7 +54,7 @@ struct iobuf_struct {
IOBUF chain; /* next iobuf used for i/o if any (passed to filter) */
int no, subno;
const char *desc;
- void *opaque; /* can be used to old any information */
+ void *opaque; /* can be used to hold any information */
/* this value is copied to all instances */
};