commit | 303f1a86ac9992d11da14794adeded55f8d10d7f | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Wed Jul 31 13:43:52 2019 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed Jul 31 18:09:55 2019 +0000 |
tree | b5a1f0a99c38fa56d69ef367ed59a3f2f79f4b9d | |
parent | 621c9d45e731af5e7b4dc1fb40ffdec9ce541a18 [diff] |
Fix misspelled TODO. Change-Id: I0168e8cc4b8911576e7d9be72999c96dcc3d2fba Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/36864 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com>
diff --git a/crypto/x509v3/v3name_test.cc b/crypto/x509v3/v3name_test.cc index c1da9c8..2dcdd87 100644 --- a/crypto/x509v3/v3name_test.cc +++ b/crypto/x509v3/v3name_test.cc
@@ -386,7 +386,7 @@ } } -// TOOD(davidben): Convert this test to GTest more thoroughly. +// TODO(davidben): Convert this test to GTest more thoroughly. TEST(X509V3Test, NameTest) { const struct set_name_fn *pfn = name_fns; while (pfn->name) {