aboutsummaryrefslogtreecommitdiff
path: root/src/security
diff options
context:
space:
mode:
Diffstat (limited to 'src/security')
-rw-r--r--src/security/vboot/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/vboot/misc.h b/src/security/vboot/misc.h
index 455773cc7c..812bbe7267 100644
--- a/src/security/vboot/misc.h
+++ b/src/security/vboot/misc.h
@@ -32,7 +32,7 @@ struct selected_region {
* Stores vboot-related information. selected_region is used by verstage to
* store the location of the selected slot. buffer is used by vboot to store
* its work buffer. vb2_context is contained within this work buffer, and is
- * accessible via vboot_init_context() and vboot_get_context() (see below).
+ * accessible via vboot_get_context() declared below.
* Keep the struct CPU architecture agnostic as it crosses stage boundaries.
*/
struct vboot_working_data {