Index: chrome/browser/safe_browsing/module_integrity_verifier_win.cc |
diff --git a/chrome/browser/safe_browsing/module_integrity_verifier_win.cc b/chrome/browser/safe_browsing/module_integrity_verifier_win.cc |
index c8befe4059068b2afc6b6bd68deb66f6a60c8aa5..8478116b2d0805add6f705d5063bd3a13dfd937f 100644 |
--- a/chrome/browser/safe_browsing/module_integrity_verifier_win.cc |
+++ b/chrome/browser/safe_browsing/module_integrity_verifier_win.cc |
@@ -176,7 +176,7 @@ bool EnumRelocsCallback(const base::win::PEImage& mem_peimage, |
// of relocations. |
break; |
default: { |
- // TODO(krstnmnlsn): Find a reliable description of the behaviour of the |
+ // TODO(robertshield): Find a reliable description of the behaviour of the |
// remaining types of relocation and handle them. |
state->unknown_reloc_type = true; |
break; |