diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-27 18:58:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-27 18:58:06 +0000 |
commit | c0e013b299ba74e75a2787b5791046cef6fbbd90 (patch) | |
tree | 1f31fb447156ec5329f540129e40bfe7df68c000 /hurd | |
parent | aca29cf86da9341417963e89c06f968e0d602da7 (diff) |
Typo.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fsys.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 81d60ad4..c116e579 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -119,4 +119,4 @@ routine fsys_forward ( filesystem (sutiable for fsys_set_options). */ routine fsys_get_options ( server: fsys_t; - options: data_t); + out options: data_t); |