| Index: utils.h
|
| diff --git a/utils.h b/utils.h
|
| index a17f2415f3a62eb8a05b1a9cfe46cf84760e2991..fb30055b5f08501862c887f9f93253cf2de3df98 100644
|
| --- a/utils.h
|
| +++ b/utils.h
|
| @@ -29,8 +29,8 @@ bool IsOfficialBuild();
|
| // otherwise.
|
| bool IsOOBEComplete();
|
|
|
| -// Returns true if the boot mode is normal, false otherwise (e.g., developer or
|
| -// recovery).
|
| +// Returns true if the boot mode is normal or if it's unable to determine the
|
| +// boot mode. Returns false if the boot mode is developer.
|
| bool IsNormalBootMode();
|
|
|
| // Writes the data passed to path. The file at path will be overwritten if it
|
|
|