diff options
author | Markus Armbruster <armbru@redhat.com> | 2014-09-19 09:27:04 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-09-26 13:18:38 -0400 |
commit | dbe2a7a62a94edfcf28826a39fffcc237ac1864b (patch) | |
tree | 9144acd830d42e1ca33a2ab09fe4d700e1d10b1e /target-lm32 | |
parent | fe509ee2373078435fb8c4f68eebd2740c4e388f (diff) | |
download | qemu-dbe2a7a62a94edfcf28826a39fffcc237ac1864b.zip |
qemu-socket: Polish errors for connect() and listen() failure
connect() doesn't "connect to socket", it connects a socket to an
address and, if it's of type SOCK_STREAM, initiates a connection.
Scratch "to".
listen() does "set socket to listening mode", but it sounds awkward.
Change to "listen on socket".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'target-lm32')
0 files changed, 0 insertions, 0 deletions