diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-19 20:38:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-19 20:38:25 +0000 |
commit | 09ace5ff39caed055c3f86fc0e5ccec282658b28 (patch) | |
tree | 5cf23713e164588c486322624e7b7b3c8800e628 | |
parent | 1b6540b7e94aa736684335f49d29b640490295d9 (diff) |
(diskfs_S_fsys_getroot): Fix typo.
-rw-r--r-- | libdiskfs/fsys-getroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/fsys-getroot.c b/libdiskfs/fsys-getroot.c index 89e213f8..b57eb9c9 100644 --- a/libdiskfs/fsys-getroot.c +++ b/libdiskfs/fsys-getroot.c @@ -68,7 +68,7 @@ diskfs_S_fsys_getroot (fsys_t controlport, retry, retryname, returned_port); if (error && error != ENOENT) { - mutex_unlocx (&diskfs_root_node->lock); + mutex_unlock (&diskfs_root_node->lock); return error; } if (!error) |