diff options
| author | Stefan Weil | 2018-07-13 07:47:55 +0200 |
|---|---|---|
| committer | Laurent Vivier | 2018-10-26 17:17:32 +0200 |
| commit | e50a61219fc0e5820ebd6dcd4798848ed093ae0e (patch) | |
| tree | bf0c971ca3824619f2aca2aad43508cb78ccb4cc /tests/bios-tables-test.c | |
| parent | cpu.h: fix a typo in comment (diff) | |
| download | qemu-e50a61219fc0e5820ebd6dcd4798848ed093ae0e.tar.gz qemu-e50a61219fc0e5820ebd6dcd4798848ed093ae0e.tar.xz qemu-e50a61219fc0e5820ebd6dcd4798848ed093ae0e.zip | |
tests: Fix typos in comments and help message (found by codespell)
Fix also a grammar issue.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20180713054755.23323-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tests/bios-tables-test.c')
| -rw-r--r-- | tests/bios-tables-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bios-tables-test.c b/tests/bios-tables-test.c index 4e24930c4b..af4b1fb6bd 100644 --- a/tests/bios-tables-test.c +++ b/tests/bios-tables-test.c @@ -390,7 +390,7 @@ try_again: if (g_file_test(aml_file, G_FILE_TEST_EXISTS)) { exp_sdt.aml_file = aml_file; } else if (*ext != '\0') { - /* try fallback to generic (extention less) expected file */ + /* try fallback to generic (extension less) expected file */ ext = ""; g_free(aml_file); goto try_again; |
