[LinuxBIOS] r541 - LinuxBIOSv3/util/lar

svn at openbios.org svn at openbios.org
Thu Dec 6 17:06:08 CET 2007


Author: hailfinger
Date: 2007-12-06 17:06:07 +0100 (Thu, 06 Dec 2007)
New Revision: 541

Modified:
   LinuxBIOSv3/util/lar/lar.h
Log:
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>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: LinuxBIOSv3/util/lar/lar.h
===================================================================
--- LinuxBIOSv3/util/lar/lar.h	2007-12-06 16:03:32 UTC (rev 540)
+++ LinuxBIOSv3/util/lar/lar.h	2007-12-06 16:06:07 UTC (rev 541)
@@ -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