commit | d9b511d4ad5fa47552c035413dcf4b1e538fdba1 | [log] [tgz] |
---|---|---|
author | Andrew <andrewlassalle@chromium.org> | Tue Apr 14 15:26:32 2020 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 15 12:41:02 2020 +0000 |
tree | 647d09a77dcaed6842ff5fcdf9922f85c8b98849 | |
parent | 00b6aa24548cffae6e979e99722ea2bda95be8fe [diff] |
update_engine: Fix typo in comment BUG=None TEST=None Change-Id: Ied3e106259e87b453cdb12600ea1ab90fb668f55 Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/system/update_engine/+/2149850 Tested-by: Andrew Lassalle <andrewlassalle@chromium.org> Auto-Submit: Andrew Lassalle <andrewlassalle@chromium.org> Reviewed-by: Amin Hassani <ahassani@chromium.org> Commit-Queue: Amin Hassani <ahassani@chromium.org>
diff --git a/real_system_state.h b/real_system_state.h index 4712008..807a205 100644 --- a/real_system_state.h +++ b/real_system_state.h
@@ -144,7 +144,7 @@ // Interface for dlcservice. std::unique_ptr<DlcServiceInterface> dlcservice_; - // Interface for the clock. + // Interface for the bootloader control. std::unique_ptr<BootControlInterface> boot_control_; // Interface for the clock.