summaryrefslogtreecommitdiff
path: root/libdiskfs/fsys-getroot.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-19 20:38:25 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-19 20:38:25 +0000
commit09ace5ff39caed055c3f86fc0e5ccec282658b28 (patch)
tree5cf23713e164588c486322624e7b7b3c8800e628 /libdiskfs/fsys-getroot.c
parent1b6540b7e94aa736684335f49d29b640490295d9 (diff)
(diskfs_S_fsys_getroot): Fix typo.
Diffstat (limited to 'libdiskfs/fsys-getroot.c')
-rw-r--r--libdiskfs/fsys-getroot.c2
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)