[coreboot] [commit] r5034 - trunk/util/msrtool
svn at coreboot.org
svn at coreboot.org
Sun Jan 17 22:59:27 CET 2010
Author: stuge
Date: 2010-01-17 22:59:27 +0100 (Sun, 17 Jan 2010)
New Revision: 5034
Modified:
trunk/util/msrtool/msrutils.c
Log:
msrtool: Fix typo
Trivial!
Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
Acked-by: Peter Stuge <peter at stuge.se>
Modified: trunk/util/msrtool/msrutils.c
===================================================================
--- trunk/util/msrtool/msrutils.c 2010-01-17 18:34:00 UTC (rev 5033)
+++ trunk/util/msrtool/msrutils.c 2010-01-17 21:59:27 UTC (rev 5034)
@@ -205,7 +205,7 @@
* @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.
+ * @param endptr If endptr is not NULL, *endptr will point to after the MSR.
* @return 1 on success, 0 on parse failure. msr is unchanged on failure.
*/
uint8_t str2msr(char *str, struct msr *msr, char **endptr) {
More information about the coreboot
mailing list