[coreboot] [PATCH] typo: s/endpotr/endptr/ (was: [commit] r5032 - trunk/util/msrtool)
Paul Menzel
paulepanter at users.sourceforge.net
Sun Jan 17 22:08:56 CET 2010
Am Sonntag, den 17.01.2010, 19:33 +0100 schrieb svn at coreboot.org:
[…]
> Modified: trunk/util/msrtool/msrutils.c
> ===================================================================
> --- trunk/util/msrtool/msrutils.c 2010-01-17 14:08:17 UTC (rev 5031)
> +++ trunk/util/msrtool/msrutils.c 2010-01-17 18:33:53 UTC (rev 5032)
> @@ -193,7 +193,7 @@
> * Parse a hexadecimal string into an MSR value.
> *
> * Leading 0x or 0X is optional, the string is always parsed as hexadecimal.
> - * Any non-hexadecimal character can be used to separate the high 32 bits and
> + * Any non-hexadecimal character except ' ' can separate the high 32 bits and
> * the low 32 bits. If there is such a separator, high and low values do not
> * need to be zero padded. If there is no separator, the last <=8 digits are
> * the low 32 bits and any characters before them are the high 32 bits.
> @@ -205,15 +205,16 @@
> * @param str The string to parse. The string must be writable but will be
> * restored before return.
> * @param msr Pointer to the struct msr where the value will be stored.
> + * @param endptr If endpotr is not NULL, *endptr will point to after the MSR.
s/endpotr/endptr/
[…]
Please find the diff attached. Trivial!
Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
I did not get the messages with your patches over the list. Just
Stefan’s replies.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20090117--typo.patch
Type: text/x-patch
Size: 656 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100117/d7b8745c/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100117/d7b8745c/attachment.sig>
More information about the coreboot
mailing list