diff options
Diffstat (limited to 'common/boot_control_stub.h')
-rw-r--r-- | common/boot_control_stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/boot_control_stub.h b/common/boot_control_stub.h index 7832adcf..9e3b05c8 100644 --- a/common/boot_control_stub.h +++ b/common/boot_control_stub.h @@ -27,7 +27,7 @@ namespace chromeos_update_engine { // typically used when e.g. an underlying HAL implementation cannot be // loaded or doesn't exist. // -// You are gauranteed that the implementation of GetNumSlots() method +// You are guaranteed that the implementation of GetNumSlots() method // always returns 0. This can be used to identify that this // implementation is in use. class BootControlStub : public BootControlInterface { |