diff --git a/index.bs b/index.bs index 9526b99..13000b0 100644 --- a/index.bs +++ b/index.bs @@ -135,8 +135,8 @@ To take a lock with a |value| of 1. Let |lock| be the |entry|'s [=file system entry/lock=]. 1. Let |count| be the |entry|'s [=file system entry/shared lock count=]. -1. If |entry| is a [=directory entry=]: - 1. Let |descendantLockStatus| be the result of [=file system entry/lock/checking for a descendant lock=] on |entry|. +1. If |entry| is a [=directory entry=]: + 1. Let |descendantLockStatus| be the result of [=file system entry/checking for a descendant lock=] on |entry|. 1. If |descendantLockStatus| is "`taken`": 1. Return "`failure`". 1. If |value| is "`exclusive`": @@ -158,7 +158,7 @@ Note: These steps have to be run on the [=file system queue=].