summaryrefslogtreecommitdiff
path: root/src/sexp.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-06-29 17:14:35 +0000
committerWerner Koch <wk@gnupg.org>2010-06-29 17:14:35 +0000
commit6dc4847a38ce9617879273266fee371672a6d451 (patch)
tree0e42828cac0b6cbee98165b855f4fa4c5bdaddaf /src/sexp.c
parent839a8508b1a1d7bafb1930694e05f45fc560b47a (diff)
downloadlibgcrypt-6dc4847a38ce9617879273266fee371672a6d451.tar.gz
fixes for msvc compiler
Diffstat (limited to 'src/sexp.c')
-rw-r--r--src/sexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sexp.c b/src/sexp.c
index 0156f36a..d4f238bf 100644
--- a/src/sexp.c
+++ b/src/sexp.c
@@ -1838,7 +1838,7 @@ gcry_sexp_sprint (const gcry_sexp_t list, int mode,
}
-/* Scan a cannocial encoded buffer with implicit length values and
+/* Scan a canonical encoded buffer with implicit length values and
return the actual length this S-expression uses. For a valid S-Exp
it should never return 0. If LENGTH is not zero, the maximum
length to scan is given - this can be used for syntax checks of