diff options
-rw-r--r-- | src/lib/compression/compression.h | 1 | ||||
-rw-r--r-- | src/lib/misc/tss/tss.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/compression/compression.h b/src/lib/compression/compression.h index 1365894e2..217fae623 100644 --- a/src/lib/compression/compression.h +++ b/src/lib/compression/compression.h @@ -144,6 +144,7 @@ class BOTAN_PUBLIC_API(2,9) Compression_Error : public Exception /** * @param func_name the name of the compression API that was called * (eg "BZ2_bzCompressInit" or "lzma_code") + * @param type what library this came from * @param rc the error return code from the compression API. The * interpretation of this value will depend on the library. */ diff --git a/src/lib/misc/tss/tss.h b/src/lib/misc/tss/tss.h index d2153469c..89848c43e 100644 --- a/src/lib/misc/tss/tss.h +++ b/src/lib/misc/tss/tss.h @@ -67,7 +67,7 @@ class BOTAN_PUBLIC_API(2,0) RTSS_Share final /** * @param data the shared data - * @parma len the length of data + * @param len the length of data */ RTSS_Share(const uint8_t data[], size_t len); |