Skip to content

Commit

Permalink
Support locking of directory entries
Browse files Browse the repository at this point in the history
Moves the locking algorithm from file entry to file system entry.

Fixes whatwg#137
  • Loading branch information
Nathan Memmott committed Jul 13, 2023
1 parent 639c9e5 commit e27a935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ result of [=starting a new parallel queue=]. This queue is to be used for all
file sytem operations.

<div algorithm>
To <dfn for="file system entry/lock">take a lock</dfn> with a |value| of
To <dfn for="file system entry">take a lock</dfn> with a |value| of
"`exclusive`" or "`shared`" on a given [=/file system entry=] |entry|:

1. Let |lock| be the |entry|'s [=file system entry/lock=].
Expand Down

0 comments on commit e27a935

Please sign in to comment.