diff options
author | Justus Winter <[email protected]> | 2015-11-19 10:29:33 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2015-11-19 10:30:05 +0000 |
commit | ee0568476506e54349a38d4bb34bba5635097279 (patch) | |
tree | ec6e62f0062ded6dac2deca45a648e1fabe04092 /src/estream.c | |
parent | Avoid 'malloc' corner case. (diff) | |
download | libgpg-error-ee0568476506e54349a38d4bb34bba5635097279.tar.gz libgpg-error-ee0568476506e54349a38d4bb34bba5635097279.zip |
Fix typos found by codespell.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'src/estream.c')
-rw-r--r-- | src/estream.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/estream.c b/src/estream.c index 1c3e772..3a89868 100644 --- a/src/estream.c +++ b/src/estream.c @@ -190,7 +190,7 @@ struct _gpgrt_stream_internal gpgrt_cookie_close_function_t func_close; cookie_ioctl_function_t func_ioctl; int strategy; - es_syshd_t syshd; /* A copy of the sytem handle. */ + es_syshd_t syshd; /* A copy of the system handle. */ struct { unsigned int err: 1; @@ -587,7 +587,7 @@ typedef struct estream_cookie_mem supplied buffer with the initial conetnt of the memory buffer. If DATA is NULL, DATA_N and DATA_LEN need to be 0 as well. If DATA is not NULL, DATA_N gives the allocated size of DATA and DATA_LEN the - used length in DATA. If this fucntion succeeds DATA is now owned + used length in DATA. If this function succeeds DATA is now owned by this function. If GROW is false FUNC_REALLOC is not required. */ static int @@ -2965,7 +2965,7 @@ _gpgrt_fopenmem (size_t memlimit, const char *_GPGRT__RESTRICT mode) /* This is the same as es_fopenmem but intializes the memory with a - copy of (DATA,DATALEN). The stream is initally set to the + copy of (DATA,DATALEN). The stream is initially set to the beginning. If MEMLIMIT is not 0 but shorter than DATALEN it DATALEN will be used as the value for MEMLIMIT. */ estream_t |