summaryrefslogtreecommitdiff
path: root/firmware/include/gpt_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/gpt_misc.h')
-rw-r--r--firmware/include/gpt_misc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/include/gpt_misc.h b/firmware/include/gpt_misc.h
index b3b062b1..aa46094f 100644
--- a/firmware/include/gpt_misc.h
+++ b/firmware/include/gpt_misc.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef VBOOT_REFERENCE_CGPT_MISC_H_
-#define VBOOT_REFERENCE_CGPT_MISC_H_
+#ifndef VBOOT_REFERENCE_GPT_MISC_H_
+#define VBOOT_REFERENCE_GPT_MISC_H_
#include "gpt.h"
#include "vboot_api.h"
@@ -217,4 +217,4 @@ void SetEntryTries(GptEntry *e, int tries);
}
#endif /* __cplusplus */
-#endif /* VBOOT_REFERENCE_CGPT_MISC_H_ */
+#endif /* VBOOT_REFERENCE_GPT_MISC_H_ */