From: Gonglei Date: Mon, 19 Jan 2015 03:45:12 +0000 (+0800) Subject: fw_cfg: fix typos in comments: patch -> path X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=627b84f4060c6d39f347dd3d4f9d60612615091c;p=qemu.git fw_cfg: fix typos in comments: patch -> path Signed-off-by: Gonglei Signed-off-by: Michael Tokarev --- diff --git a/hw/core/fw-path-provider.c b/hw/core/fw-path-provider.c index 1290c3e600..7442d322d5 100644 --- a/hw/core/fw-path-provider.c +++ b/hw/core/fw-path-provider.c @@ -1,5 +1,5 @@ /* - * Firmware patch provider class and helpers. + * Firmware path provider class and helpers. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index b560459e83..812d03054d 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,