aboutsummaryrefslogtreecommitdiffstats
path: root/include/iobuf.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-01-24 16:32:27 +0000
committerWerner Koch <[email protected]>1998-01-24 16:32:27 +0000
commitd71f8bce7e73b41c1d19d2dae6396ea8eace9c07 (patch)
tree89854e6434a270ad627f4f4011385a7739f8f3df /include/iobuf.h
parentbackup (diff)
downloadgnupg-d71f8bce7e73b41c1d19d2dae6396ea8eace9c07.tar.gz
gnupg-d71f8bce7e73b41c1d19d2dae6396ea8eace9c07.zip
Trust stuff works partly.
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 */
};