From 296ce2278bae60d844f6c5b96c4889f620b6b4bf Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 15 Jan 2014 13:33:48 -0500 Subject: [PATCH] Minor - fix misspelling in romfile.c comment. Signed-off-by: Kevin O'Connor --- src/romfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/romfile.c b/src/romfile.c index 33b6223..42261a6 100644 --- a/src/romfile.c +++ b/src/romfile.c @@ -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) { -- 2.39.5