diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 02:07:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 02:07:45 +0000 |
commit | 5d68ce95c21d8f623198717d61f31197c72ba588 (patch) | |
tree | 9a69883484f5c6fe930a26275501ed1f38b2dc2b | |
parent | 6cf3d77ccc56bb0e58a00d3e25c04b1737854bfc (diff) |
(trivfs_S_io_read): Typo.
-rw-r--r-- | term/users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/users.c b/term/users.c index 749ba294..16cf0498 100644 --- a/term/users.c +++ b/term/users.c @@ -441,7 +441,7 @@ trivfs_S_io_read (struct trivfs_protid *cred, return EOPNOTSUPP; if (cred->pi.class == pty_class) - return pty_io_read (data, datalen, amt); + return pty_io_read (data, datalen, amount); mutex_lock (&global_lock); |