| Index: device/udev_linux/udev_loader.cc
|
| diff --git a/device/udev_linux/udev_loader.cc b/device/udev_linux/udev_loader.cc
|
| index 22f709edef503e33b490a03aee486274a35b9679..1a5823ce4cc80aa8f40141241e4741ac2c78d420 100644
|
| --- a/device/udev_linux/udev_loader.cc
|
| +++ b/device/udev_linux/udev_loader.cc
|
| @@ -26,7 +26,7 @@ UdevLoader* UdevLoader::Get() {
|
| // will only build an instrumented copy of libudev0 and not libudev1. If one
|
| // runs the binary on Trusty, it will end up loading an uninstrumented
|
| // libudev1 at run time. http://crbug.com/437464
|
| - // TODO(thestig): Remove this after upgrading our MSAN LKGR builders to
|
| + // TODO(earthdok): Remove this after upgrading our MSAN LKGR builders to
|
| // Trusty.
|
| #if !defined(MEMORY_SANITIZER)
|
| udev_loader.reset(new Udev1Loader);
|
|
|