diff options
author | Markus Armbruster <armbru@redhat.com> | 2022-11-21 09:50:54 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-12-14 16:19:35 +0100 |
commit | 10220d2f96406463fc283a3de6b13fc38f8befff (patch) | |
tree | 3d322944e6c3a3fe420a16c35dae81231d2c9837 /include/io | |
parent | d1c81c34964193bc62167ee60bf70b203e763699 (diff) |
io: Tidy up fat-fingered parameter name
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20221121085054.683122-11-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'include/io')
-rw-r--r-- | include/io/channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/io/channel.h b/include/io/channel.h index c680ee7480..f1b7e05f81 100644 --- a/include/io/channel.h +++ b/include/io/channel.h @@ -350,7 +350,7 @@ int qio_channel_readv_all(QIOChannel *ioc, int qio_channel_writev_all(QIOChannel *ioc, const struct iovec *iov, size_t niov, - Error **erp); + Error **errp); /** * qio_channel_readv: |