[coreboot] typo (was: Re: r3552 - in trunk/payloads/libpayload: i386 include)

Paul Menzel paulepanter at users.sourceforge.net
Fri Aug 29 09:27:36 CEST 2008


Am Freitag, den 29.08.2008, 01:12 +0200 schrieb svn at coreboot.org:

> 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 <paulepanter at users.sourceforge.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20080829--libpayload--typo.diff
Type: text/x-patch
Size: 449 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20080829/c0a59ef9/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20080829/c0a59ef9/attachment.sig>


More information about the coreboot mailing list