summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsuan Ting Chen <roccochen@chromium.org>2021-12-29 16:03:23 +0800
committerCommit Bot <commit-bot@chromium.org>2021-12-30 05:16:52 +0000
commit32a228f14660efa611d07ab5e2f38d3ba56242cf (patch)
tree1281503c2474535bc94a18f89f9d66ff4ac54835
parent25b9493525325dfb5bc2c36321c43ec7665060fa (diff)
downloadvboot-32a228f14660efa611d07ab5e2f38d3ba56242cf.tar.gz
2lib: Fix minor comments in 2api.c
This CL is a minor fix of comments from CL:3168437. Since we have more and more steps below vb2_check_recovery in 2api: vb2api_fw_phase1, remove the text 'two' in the comments. BUG=none BRANCH=none TEST=none Signed-off-by: Hsuan Ting Chen <roccochen@chromium.org> Change-Id: I2e13281adc127166954fde34a40f3a8b1d5d42ba Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3359103 Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
-rw-r--r--firmware/2lib/2api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/2lib/2api.c b/firmware/2lib/2api.c
index 53e8e98e..c041d8ac 100644
--- a/firmware/2lib/2api.c
+++ b/firmware/2lib/2api.c
@@ -67,8 +67,8 @@ vb2_error_t vb2api_fw_phase1(struct vb2_context *ctx)
/*
* Check for recovery. Note that this function returns void, since any
* errors result in requesting recovery. That's also why we don't
- * return error from failures in the preceding two steps; those
- * failures simply cause us to detect recovery mode here.
+ * return error from failures in the preceding steps; those failures
+ * simply cause us to detect recovery mode here.
*/
vb2_check_recovery(ctx);