Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1155)

Unified Diff: vboot_firmware/include/rollback_index.h

Issue 2807006: Add ForceClear also on dev->normal transitions. Fix wrong API description. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | vboot_firmware/lib/rollback_index.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/include/rollback_index.h
diff --git a/vboot_firmware/include/rollback_index.h b/vboot_firmware/include/rollback_index.h
index 491814e720f2ea3abfe5df87970f16fc65731fd6..49e2c4f7a07d8062d22bb9e5930feb6fbc36958f 100644
--- a/vboot_firmware/include/rollback_index.h
+++ b/vboot_firmware/include/rollback_index.h
@@ -47,11 +47,11 @@ extern uint16_t g_kernel_version;
* the developer switch is ON, 0 otherwise.
*
* If SetupTPM returns TPM_SUCCESS, the caller may proceed. If it returns
- * TPM_E_MUST_REBOOT, the caller must reboot in normal mode. For all other
- * return values, the caller must reboot in recovery mode.
+ * TPM_E_MUST_REBOOT, the caller must reboot in the current mode. For all
+ * other return values, the caller must reboot in recovery mode.
*
* This function has many side effects on the TPM state. In particular, when
- * called with mode = RECOVERY_MODE it locks the firmware versions before
+ * called with mode = RECOVERY_MODE, it locks the firmware versions before
* returning. In all other cases, the caller is responsible for locking the
* firmware versions once it decides it doesn't need to update them.
*/
« no previous file with comments | « no previous file | vboot_firmware/lib/rollback_index.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698