Skip to content

Commit

Permalink
channel-file: fix wrong parameter comments
Browse files Browse the repository at this point in the history
Signed-off-by: sochin.jiang <sochin@aliyun.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
sochinpub authored and Michael Tokarev committed May 10, 2017
1 parent 3c76c60 commit bcd711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/io/channel-file.h
Expand Up @@ -71,7 +71,7 @@ qio_channel_file_new_fd(int fd);

/**
* qio_channel_file_new_path:
* @fd: the file descriptor
* @path: the file path
* @flags: the open flags (O_RDONLY|O_WRONLY|O_RDWR, etc)
* @mode: the file creation mode if O_WRONLY is set in @flags
* @errp: pointer to initialized error object
Expand Down

0 comments on commit bcd711f

Please sign in to comment.