[LinuxBIOS] [PATCH] v3: fix typo in util/lar/lar.h

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Wed Dec 5 03:30:16 CET 2007


util/lar/lar.h was accidentially changed to point to the wrong other header.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

Index: LinuxBIOSv3-fixlarheadertypo/util/lar/lar.h
===================================================================
--- LinuxBIOSv3-fixlarheadertypo/util/lar/lar.h	(Revision 539)
+++ LinuxBIOSv3-fixlarheadertypo/util/lar/lar.h	(Arbeitskopie)
@@ -61,7 +61,7 @@
 typedef uint32_t u32;
 typedef uint8_t  u8;
 
-/* NOTE -- This and the user-mode lar.h may NOT be in sync. Be careful. */
+/* NOTE -- This and the linuxbios lar.h may NOT be in sync. Be careful. */
 struct lar_header {
 	char magic[8];
 	u32 len;






More information about the coreboot mailing list