diff options
author | Viswesh | 2015-03-17 15:53:08 +0100 |
---|---|---|
committer | Michael Tokarev | 2015-03-19 09:30:37 +0100 |
commit | de7ad4ce1f13ea59dfb35fc9985a1c90966646a8 (patch) | |
tree | 0899654658238d360240f4432632b70155b5a81f /fsdev/virtfs-proxy-helper.c | |
parent | qtest/ahci: Fix a bit mask expression (diff) | |
download | qemu-de7ad4ce1f13ea59dfb35fc9985a1c90966646a8.tar.gz qemu-de7ad4ce1f13ea59dfb35fc9985a1c90966646a8.tar.xz qemu-de7ad4ce1f13ea59dfb35fc9985a1c90966646a8.zip |
Fix typos in comments
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Viswesh <visweshn92@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'fsdev/virtfs-proxy-helper.c')
-rw-r--r-- | fsdev/virtfs-proxy-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fsdev/virtfs-proxy-helper.c b/fsdev/virtfs-proxy-helper.c index 13fe032543..a698e2dbb3 100644 --- a/fsdev/virtfs-proxy-helper.c +++ b/fsdev/virtfs-proxy-helper.c @@ -117,7 +117,7 @@ error: static int init_capabilities(void) { - /* helper needs following capbabilities only */ + /* helper needs following capabilities only */ cap_value_t cap_list[] = { CAP_CHOWN, CAP_DAC_OVERRIDE, |