aboutsummaryrefslogtreecommitdiffstats
path: root/src/romfile.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-01-15 13:33:48 -0500
committerKevin O'Connor <kevin@koconnor.net>2014-01-15 13:33:48 -0500
commit296ce2278bae60d844f6c5b96c4889f620b6b4bf (patch)
tree9a14fe078b45feb7668a37ad57e7ab8f374dd886 /src/romfile.c
parent9a79b91e0747b39316bf6f1c096c5e70b5ea8107 (diff)
downloadseabios-296ce2278bae60d844f6c5b96c4889f620b6b4bf.tar.gz
Minor - fix misspelling in romfile.c comment.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/romfile.c')
-rw-r--r--src/romfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/romfile.c b/src/romfile.c
index 33b62234..42261a62 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)
{