diff options
author | Gonglei <arei.gonglei@huawei.com> | 2015-01-19 11:45:12 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-02-10 09:27:19 +0300 |
commit | 627b84f4060c6d39f347dd3d4f9d60612615091c (patch) | |
tree | 3f38a508661bfa9b5b0b889cecf870143268c723 /hw/ppc/spapr.c | |
parent | b6f3b233eabb4df5d65ae9fbfb3d3c8befea0de7 (diff) | |
download | qemu-627b84f4060c6d39f347dd3d4f9d60612615091c.zip qemu-627b84f4060c6d39f347dd3d4f9d60612615091c.tar.gz qemu-627b84f4060c6d39f347dd3d4f9d60612615091c.tar.bz2 |
fw_cfg: fix typos in comments: patch -> path
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/ppc/spapr.c')
-rw-r--r-- | hw/ppc/spapr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index b560459..812d030 100644 --- a/hw/ppc/spapr.c +++ b/hw/ppc/spapr.c @@ -1625,7 +1625,7 @@ static int spapr_kvm_type(const char *vm_type) } /* - * Implementation of an interface to adjust firmware patch + * Implementation of an interface to adjust firmware path * for the bootindex property handling. */ static char *spapr_get_fw_dev_path(FWPathProvider *p, BusState *bus, |