util/vhost-user-server: s/fileds/fields/ typo fix

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20200924151549.913737-3-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Stefan Hajnoczi 2020-09-24 16:15:38 +01:00
parent 8675a37681
commit 1d7874568b
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ bool vhost_user_server_start(VuServer *server,
return false;
}
/* zero out unspecified fileds */
/* zero out unspecified fields */
*server = (VuServer) {
.listener = listener,
.vu_iface = vu_iface,