diff options
author | zhaolichang <zhaolichang@huawei.com> | 2020-09-17 15:50:20 +0800 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-17 20:35:43 +0200 |
commit | e3a6e0daf47f43cdb02b42c4dd3694a8f00063d5 (patch) | |
tree | 65b7e8f6c501ee512bf35d5017fcec7b1f05b14d /scsi | |
parent | 8edacae02652c5d1cad1fa60ff9a0df1e6120223 (diff) | |
download | qemu-e3a6e0daf47f43cdb02b42c4dd3694a8f00063d5.zip qemu-e3a6e0daf47f43cdb02b42c4dd3694a8f00063d5.tar.gz qemu-e3a6e0daf47f43cdb02b42c4dd3694a8f00063d5.tar.bz2 |
qemu/: fix some comment spelling errors
I found that there are many spelling errors in the comments of qemu,
so I used the spellcheck tool to check the spelling errors
and finally found some spelling errors in the folder.
Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: Alex Bennee <alex.bennee@linaro.org>
Message-Id: <20200917075029.313-2-zhaolichang@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'scsi')
-rw-r--r-- | scsi/pr-manager-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scsi/pr-manager-helper.c b/scsi/pr-manager-helper.c index d735b1e..685ce7f 100644 --- a/scsi/pr-manager-helper.c +++ b/scsi/pr-manager-helper.c @@ -127,7 +127,7 @@ static int pr_manager_helper_initialize(PRManagerHelper *pr_mgr, qio_channel_set_delay(QIO_CHANNEL(sioc), false); pr_mgr->ioc = QIO_CHANNEL(sioc); - /* A simple feature negotation protocol, even though there is + /* A simple feature negotiation protocol, even though there is * no optional feature right now. */ r = pr_manager_helper_read(pr_mgr, &flags, sizeof(flags), errp); |