aboutsummaryrefslogtreecommitdiff
path: root/src/security
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-11-15 11:36:12 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-16 20:38:30 +0000
commit751c496c742ad7ea0c35b138cc3bf02d6856e4b3 (patch)
tree3337d64a4b962869950d62f6b2cc3cf7c9b920a6 /src/security
parentad91b18c6418d2ed862e54cc26019172561200af (diff)
vboot: update comment
The comment in the source referred to an earlier approach, so update it to match current reality. Change-Id: I9a23ec0a719fb623cfd465c397ef7ef16550b93c Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36862 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Joel Kitching <kitching@google.com>
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 {