]> xenbits.xensource.com Git - seabios.git/commitdiff
Minor - fix misspelling in romfile.c comment.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 15 Jan 2014 18:33:48 +0000 (13:33 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 15 Jan 2014 18:33:48 +0000 (13:33 -0500)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/romfile.c

index 33b622344edbf71d6cee7ae794dedfa17e03c7d5..42261a624cee23741afffc3d54a2f15eb07f49e5 100644 (file)
@@ -79,7 +79,7 @@ romfile_loadfile(const char *name, int *psize)
 }
 
 // Attempt to load an integer from the given file - return 'defval'
-// if unsuccesful.
+// if unsuccessful.
 u64
 romfile_loadint(const char *name, u64 defval)
 {