From bcd711feb0420d66e069498ed243a9e2b81ec167 Mon Sep 17 00:00:00 2001 From: "sochin.jiang" Date: Fri, 24 Mar 2017 22:28:25 +0800 Subject: channel-file: fix wrong parameter comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sochin.jiang Reviewed-by: Marc-André Lureau Signed-off-by: Michael Tokarev --- include/io/channel-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/io') diff --git a/include/io/channel-file.h b/include/io/channel-file.h index d2462c2..79245f1 100644 --- a/include/io/channel-file.h +++ b/include/io/channel-file.h @@ -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 -- cgit v1.1