summaryrefslogtreecommitdiff
path: root/com32
diff options
context:
space:
mode:
authorJonathan Boeing <jonathan.n.boeing@gmail.com>2015-02-09 20:01:02 -0700
committerGene Cumm <gene.cumm@gmail.com>2015-05-03 10:48:07 -0400
commitb4f20c17ea17986d6bf8aa6150a6d80c2491cfb9 (patch)
tree169899a053f9deac92f2ed41fb6fc5cce7bcdf1f /com32
parent0a2dbb3392ee710838bea6bda80d4daad6b54780 (diff)
downloadsyslinux-b4f20c17ea17986d6bf8aa6150a6d80c2491cfb9.tar.gz
fix a few typos
Signed-off-by: Jonathan Boeing <jonathan.n.boeing@gmail.com>
Diffstat (limited to 'com32')
-rw-r--r--com32/include/sys/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/include/sys/module.h b/com32/include/sys/module.h
index 3e5a8d9b..48d65b2a 100644
--- a/com32/include/sys/module.h
+++ b/com32/include/sys/module.h
@@ -263,7 +263,7 @@ extern int _module_unload(struct elf_module *module);
*
* This function returns the type of module we're dealing with
* either a library module ( LIB_MODULE ), executable module ( EXEC_MODULE ),
- * or an error ( UNKNOWN_MODULE ). The way it checks teh type is by checking to see
+ * or an error ( UNKNOWN_MODULE ). The way it checks the type is by checking to see
* if the module has its main_func set ( in which case it's an executable ). In case
* it doesn't it then checks to see if init_func is set ( in which case it's a
* library module. If this isn't the case either we don't know what it is so bail out