diff options
| author | Werner Koch <wk@gnupg.org> | 2007-12-10 09:17:25 +0000 |
|---|---|---|
| committer | Werner Koch <wk@gnupg.org> | 2007-12-10 09:17:25 +0000 |
| commit | a7ce99fa757b84d2157c25d04bd2bb97cd50b747 (patch) | |
| tree | b51c69bba7458ecc3cc2f4526ed681e7c55a45e9 /src/secmem.c | |
| parent | 9ea615f14905e3a764dca0ae1ec73ab6671d844a (diff) | |
| download | libgcrypt-a7ce99fa757b84d2157c25d04bd2bb97cd50b747.tar.gz | |
Preparing 1.4.0.libgcrypt-1.4.0
Diffstat (limited to 'src/secmem.c')
| -rw-r--r-- | src/secmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/secmem.c b/src/secmem.c index 1bcfa044..08f6ca53 100644 --- a/src/secmem.c +++ b/src/secmem.c @@ -103,7 +103,7 @@ static int ptr_into_pool_p (const void *p) { /* We need to convert pointers to addresses. This is required by - C-99 6.5.8 to avoid undefeined behavious. Using size_t is at + C-99 6.5.8 to avoid undefined behaviour. Using size_t is at least only implementation defined. See also http://lists.gnupg.org/pipermail/gcrypt-devel/2007-February/001102.html */ |
