summaryrefslogtreecommitdiff
path: root/common/error_code.h
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2018-04-04 17:59:10 -0700
committerSen Jiang <senj@google.com>2018-04-04 18:07:19 -0700
commit771f6486a3b0333d43a2f8c743bfb945dca9db2c (patch)
treec72aa56680550f17c2b60621a1ede140f550aec8 /common/error_code.h
parenta57d53e3edbda255a938a7dc76a2f38faeb520d4 (diff)
Correct some spellings.
Test: mma Change-Id: Icc49a4ee76f12d302ed18982d334f2f70b7263a8
Diffstat (limited to 'common/error_code.h')
-rw-r--r--common/error_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/error_code.h b/common/error_code.h
index ce41d19f..c7e49674 100644
--- a/common/error_code.h
+++ b/common/error_code.h
@@ -116,7 +116,7 @@ enum class ErrorCode : int {
// modify the implementation of ErrorCode into a properly encapsulated class.
kDevModeFlag = 1 << 31,
- // Set if resuming an interruped update.
+ // Set if resuming an interrupted update.
kResumedFlag = 1 << 30,
// Set if using a dev/test image as opposed to an MP-signed image.