Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions phases/ephemeral/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
$fd_allocate
;;; The right to invoke `path_create_directory`.
$path_create_directory
;;; If `path_open` is set, the right to invoke `path_open` with `oflags::creat`.
;;; If `path_open` is set, the right to invoke `path_open` with `oflags::create`.
$path_create_file
;;; The right to invoke `path_link` with the file descriptor as the
;;; source directory.
Expand Down Expand Up @@ -451,7 +451,7 @@
(typename $oflags
(flags u16
;;; Create file if it does not exist.
$creat
$create
;;; Fail if not a directory.
$directory
;;; Fail if file already exists.
Expand Down