aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@google.com>2017-02-01 01:12:54 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-01 01:12:54 +0000
commit8b25264d3410625f90ed7354180a0ec4c34c2f37 (patch)
tree190b3a1de40b3b7d4cfcff6b57bfc2ab6d276eeb /core
parent50031a52fa6d821a9fd679d0a2cc4f3a6c9b97a0 (diff)
parente52a7f4addee2c1b6b85fbd445890ccc1c5fc2d1 (diff)
downloadnvram-8b25264d3410625f90ed7354180a0ec4c34c2f37.tar.gz
system/nvram: fix typos and clang-tidy warnings
am: e52a7f4add Change-Id: I794cc66c311a96e3f81dc5ab96e63ab0078ec84c
Diffstat (limited to 'core')
-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_