diff options
author | Gonglei | 2015-01-19 04:45:12 +0100 |
---|---|---|
committer | Michael Tokarev | 2015-02-10 07:27:19 +0100 |
commit | 627b84f4060c6d39f347dd3d4f9d60612615091c (patch) | |
tree | 3f38a508661bfa9b5b0b889cecf870143268c723 /hw/core/fw-path-provider.c | |
parent | target-mips: Clean up switch fall through after commit fecd264 (diff) | |
download | qemu-627b84f4060c6d39f347dd3d4f9d60612615091c.tar.gz qemu-627b84f4060c6d39f347dd3d4f9d60612615091c.tar.xz qemu-627b84f4060c6d39f347dd3d4f9d60612615091c.zip |
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/core/fw-path-provider.c')
-rw-r--r-- | hw/core/fw-path-provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |