Index: net/cert/cert_verify_proc_win.cc |
diff --git a/net/cert/cert_verify_proc_win.cc b/net/cert/cert_verify_proc_win.cc |
index 226c359fb6c0dc6c356fc3b77194562e2ec51453..a2647969d80d139dae1de7a06e38b5d2c0f9d254 100644 |
--- a/net/cert/cert_verify_proc_win.cc |
+++ b/net/cert/cert_verify_proc_win.cc |
@@ -949,8 +949,8 @@ int CertVerifyProcWin::VerifyInternal( |
// By default, use the default HCERTCHAINENGINE (aka HCCE_CURRENT_USER). When |
// running tests, use a dynamic HCERTCHAINENGINE. All of the status and cache |
// of verified certificates and chains is tied to the HCERTCHAINENGINE. As |
- // each invocation may have changed the set of known roots, invalid the cache |
- // between runs. |
+ // each invocation may have changed the set of known roots, invalidate the |
+ // cache between runs. |
// |
// This is not the most efficient means of doing so; it's possible to mark the |
// Root store used by TestRootCerts as changed, via CertControlStore with the |