summaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-05 02:07:45 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-05 02:07:45 +0000
commit5d68ce95c21d8f623198717d61f31197c72ba588 (patch)
tree9a69883484f5c6fe930a26275501ed1f38b2dc2b /term
parent6cf3d77ccc56bb0e58a00d3e25c04b1737854bfc (diff)
(trivfs_S_io_read): Typo.
Diffstat (limited to 'term')
-rw-r--r--term/users.c2
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);