summaryrefslogtreecommitdiffstats
path: root/loader2
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-06-19 17:30:56 +0000
committerChris Lumens <clumens@redhat.com>2007-06-19 17:30:56 +0000
commit465a555923da27fd5c83a65e673158f1ce4cc1f1 (patch)
tree6e7b04e1e56c832df26ea6db88ec1ec65800c17e /loader2
parent923c8c3f59d1839c8e21c4938758cccca36ed864 (diff)
downloadanaconda-465a555923da27fd5c83a65e673158f1ce4cc1f1.tar.gz
anaconda-465a555923da27fd5c83a65e673158f1ce4cc1f1.tar.xz
anaconda-465a555923da27fd5c83a65e673158f1ce4cc1f1.zip
Can't stand that typo.
Diffstat (limited to 'loader2')
-rw-r--r--loader2/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/modules.c b/loader2/modules.c
index 6f9c20693..6b1685bf5 100644
--- a/loader2/modules.c
+++ b/loader2/modules.c
@@ -160,7 +160,7 @@ int mlReadLoadedList(moduleList * mlp) {
return 0;
}
-/* this leaks memory if their is a loop in the modules. oh well. */
+/* this leaks memory if there is a loop in the modules. oh well. */
char ** tsortModules(moduleList modLoaded, moduleDeps ml, char ** args,
int depth, char *** listPtr, int * listSizePtr) {
int listSize;