Am Freitag, den 29.08.2008, 01:12 +0200 schrieb [EMAIL PROTECTED]: > Modified: trunk/payloads/libpayload/include/libpayload.h > =================================================================== > --- trunk/payloads/libpayload/include/libpayload.h 2008-08-28 23:12:02 UTC > (rev 3551) > +++ trunk/payloads/libpayload/include/libpayload.h 2008-08-28 23:12:22 UTC > (rev 3552) > @@ -244,6 +244,7 @@ > long long int llabs(long long int j); > u8 bin2hex(u8 b); > u8 hex2bin(u8 h); > +void fatal(const char* msg) __attribute__ ((noreturn)); > /** @} */ > > /** > @@ -398,6 +399,8 @@ > > /** > * @defgroup arch Architecture Specific Functions > + * This modules contains global architecure specific functions.
s/architecure/architecture/ See patch. Signed-off-by: Paul Menzel <[EMAIL PROTECTED]>
Index: libpayload.h
===================================================================
--- libpayload.h (Revision 3553)
+++ libpayload.h (Arbeitskopie)
@@ -399,7 +399,7 @@
/**
* @defgroup arch Architecture Specific Functions
- * This modules contains global architecure specific functions.
+ * This modules contains global architecture specific functions.
* All architectures are expected to define these functions.
* @{
*/
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
-- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

