summaryrefslogtreecommitdiff
path: root/common/pinweaver.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/pinweaver.c')
-rw-r--r--common/pinweaver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pinweaver.c b/common/pinweaver.c
index 1443bebd7b..2c8c381d3b 100644
--- a/common/pinweaver.c
+++ b/common/pinweaver.c
@@ -18,7 +18,7 @@
#include <tpm_registers.h>
#include <util.h>
-/* Compile time sanity checks. */
+/* Compile time validity checks. */
/* Make sure the hash size is consistent with dcrypto. */
BUILD_ASSERT(PW_HASH_SIZE >= SHA256_DIGEST_SIZE);