diff options
author | Bill Nottingham <notting@redhat.com> | 1999-10-05 14:31:55 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-10-05 14:31:55 +0000 |
commit | 579f6434c5f9b69d7f67cb2e6588cdbce1c2149a (patch) | |
tree | f6f91336752af214746a71c0c36b70eca082eb6d /loader | |
parent | 8c844e631a2382f8e6acbfaea6d46d9547be5fb8 (diff) | |
download | anaconda-579f6434c5f9b69d7f67cb2e6588cdbce1c2149a.tar.gz anaconda-579f6434c5f9b69d7f67cb2e6588cdbce1c2149a.tar.xz anaconda-579f6434c5f9b69d7f67cb2e6588cdbce1c2149a.zip |
fix typo
Diffstat (limited to 'loader')
-rw-r--r-- | loader/init.c | 2 |
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); |