diff options
author | Werner Koch <[email protected]> | 1998-01-24 16:32:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-01-24 16:32:27 +0000 |
commit | d71f8bce7e73b41c1d19d2dae6396ea8eace9c07 (patch) | |
tree | 89854e6434a270ad627f4f4011385a7739f8f3df /include/iobuf.h | |
parent | backup (diff) | |
download | gnupg-d71f8bce7e73b41c1d19d2dae6396ea8eace9c07.tar.gz gnupg-d71f8bce7e73b41c1d19d2dae6396ea8eace9c07.zip |
Trust stuff works partly.
Diffstat (limited to 'include/iobuf.h')
-rw-r--r-- | include/iobuf.h | 2 |
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 */ }; |