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 <[EMAIL PROTECTED]>
Acked-by: Peter Stuge <[EMAIL PROTECTED]>


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;


-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to