summaryrefslogtreecommitdiffstats
path: root/loader/init.c
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-10-05 14:31:55 +0000
committerBill Nottingham <notting@redhat.com>1999-10-05 14:31:55 +0000
commit579f6434c5f9b69d7f67cb2e6588cdbce1c2149a (patch)
treef6f91336752af214746a71c0c36b70eca082eb6d /loader/init.c
parent8c844e631a2382f8e6acbfaea6d46d9547be5fb8 (diff)
downloadanaconda-579f6434c5f9b69d7f67cb2e6588cdbce1c2149a.tar.gz
anaconda-579f6434c5f9b69d7f67cb2e6588cdbce1c2149a.tar.xz
anaconda-579f6434c5f9b69d7f67cb2e6588cdbce1c2149a.zip
fix typo
Diffstat (limited to 'loader/init.c')
-rw-r--r--loader/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/init.c b/loader/init.c
index 96d3da323..0d651e773 100644
--- a/loader/init.c
+++ b/loader/init.c
@@ -447,7 +447,7 @@ int main(void) {
printf("done\n");
#ifndef __alpha__
- printf("mounting /dev/pts (unix89 pty) filesystem... ");
+ printf("mounting /dev/pts (unix98 pty) filesystem... ");
if (!testing) {
if (mount("/dev/pts", "/dev/pts", "devpts", 0, NULL))
fatal_error(1);