summaryrefslogtreecommitdiffstats
path: root/loader2
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-04-01 23:02:35 +0000
committerMike Fulbright <msf@redhat.com>2003-04-01 23:02:35 +0000
commit8b69c780ccdea46adc8f1839711096cc8a43693f (patch)
treec396eea2706d6b6b8bd03ecb2580cde9f83e1780 /loader2
parent384f6e56527fde12aee79e7391fb54fe17b6acad (diff)
downloadanaconda-8b69c780ccdea46adc8f1839711096cc8a43693f.tar.gz
anaconda-8b69c780ccdea46adc8f1839711096cc8a43693f.tar.xz
anaconda-8b69c780ccdea46adc8f1839711096cc8a43693f.zip
typo
Diffstat (limited to 'loader2')
-rw-r--r--loader2/loader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/loader.c b/loader2/loader.c
index 45a0a6222..1ac3c47c7 100644
--- a/loader2/loader.c
+++ b/loader2/loader.c
@@ -469,7 +469,7 @@ static int parseCmdLineFlags(int flags, struct loaderData_s * loaderData,
else if (numExtraArgs < (MAX_EXTRA_ARGS - 1)) {
/* go through and append args we just want to pass on to */
/* the anaconda script, but don't want to represent as a */
- /* LOADER_FLAG_XXX since loader doesn't care about these */
+ /* LOADER_FLAGS_XXX since loader doesn't care about these */
/* particular options. */
/* do vncpassword case first */
@@ -491,7 +491,7 @@ static int parseCmdLineFlags(int flags, struct loaderData_s * loaderData,
numExtraArgs = numExtraArgs + 1;
if (numExtraArgs > (MAX_EXTRA_ARGS - 2)) {
- logMessage("Too many command line arguments (max allowed is %s), "
+ logMessage("Too many command line arguments (max allowed is %d), "
"rest will be dropped.", MAX_EXTRA_ARGS);
}
}