diff options
Diffstat (limited to 'src/lib/misc')
-rw-r--r-- | src/lib/misc/tss/tss.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |