summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2010-01-17 21:59:27 +0000
committerPeter Stuge <peter@stuge.se>2010-01-17 21:59:27 +0000
commit85bb83aeaf2a1ffb02dd4af299f6a65132b2e9a4 (patch)
tree2ec4614ec2ad67f606920ebc98b106612c2d5541
parentcba6169515f56e0902650e332ad0eb3c894e8b0b (diff)
downloadcoreboot-85bb83aeaf2a1ffb02dd4af299f6a65132b2e9a4.tar.gz
coreboot-85bb83aeaf2a1ffb02dd4af299f6a65132b2e9a4.tar.bz2
coreboot-85bb83aeaf2a1ffb02dd4af299f6a65132b2e9a4.zip
msrtool: Fix typo
Trivial! Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5034 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--util/msrtool/msrutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msrtool/msrutils.c b/util/msrtool/msrutils.c
index 5a5fbd806b20..de3333e6dbee 100644
--- a/util/msrtool/msrutils.c
+++ b/util/msrtool/msrutils.c
@@ -205,7 +205,7 @@ int dumpmsrdefsvals(FILE *f, const struct targetdef *t, const uint8_t cpu) {
* @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) {