summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2api.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2api.h')
-rw-r--r--firmware/2lib/include/2api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/2lib/include/2api.h b/firmware/2lib/include/2api.h
index fb656da9..2ab2af3b 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -283,8 +283,8 @@ struct vb2_context {
/*
* Secure data for firmware verification stage. Caller must fill this
* from some secure non-volatile location before calling
- * vb2api_fw_phase1. If the VB2_CONTEXT_SECDATA_CHANGED flag is set
- * when a function returns, caller must save the data back to the
+ * vb2api_fw_phase1. If the VB2_CONTEXT_SECDATA_FIRMWARE_CHANGED flag
+ * is set when a function returns, caller must save the data back to the
* secure non-volatile location and then clear the flag.
*/
uint8_t secdata_firmware[VB2_SECDATA_FIRMWARE_SIZE];