aboutsummaryrefslogtreecommitdiff
path: root/core/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/crypto.h')
-rw-r--r--core/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto.h b/core/crypto.h
index b97fb17..901b46b 100644
--- a/core/crypto.h
+++ b/core/crypto.h
@@ -40,6 +40,6 @@ void SHA256(const uint8_t* data,
size_t digest_size);
} // namespace crypto
-} // namespave nvram
+} // namespace nvram
#endif // NVRAM_CORE_CRYPTO_H_