From b5e4946f9642b077fb07269a5542ec22564b3394 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 13 Nov 2011 22:24:26 +0100 Subject: [PATCH] Fix spelling in documentation and comments (similiar -> similar) This bug was detected by codespell. In mips_mipssim.c a grammatical error was fixed, too. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- docs/libcacard.txt | 2 +- hw/mips_mipssim.c | 2 +- qemu-doc.texi | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/libcacard.txt b/docs/libcacard.txt index 5dee6fa479..ae010d237b 100644 --- a/docs/libcacard.txt +++ b/docs/libcacard.txt @@ -399,7 +399,7 @@ functions: This function will automatically generate the appropriate new reader events and add the reader to the list. - To create a new card, the virtual card emulator will call a similiar + To create a new card, the virtual card emulator will call a similar function. VCard *vcard_new(VCardEmul *card_emul, diff --git a/hw/mips_mipssim.c b/hw/mips_mipssim.c index 740715854b..b56cba619e 100644 --- a/hw/mips_mipssim.c +++ b/hw/mips_mipssim.c @@ -1,7 +1,7 @@ /* * QEMU/mipssim emulation * - * Emulates a very simple machine model similiar to the one use by the + * Emulates a very simple machine model similar to the one used by the * proprietary MIPS emulator. * * Copyright (c) 2007 Thiemo Seufer diff --git a/qemu-doc.texi b/qemu-doc.texi index 149e9bd28b..154b82dcc9 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1749,7 +1749,7 @@ PC Keyboard IDE controller @end itemize -The mipssim pseudo board emulation provides an environment similiar +The mipssim pseudo board emulation provides an environment similar to what the proprietary MIPS emulator uses for running Linux. It supports: @@ -2141,7 +2141,7 @@ Xtensa emulator pseudo board "sim" Avnet LX60/LX110/LX200 board @end itemize -The sim pseudo board emulation provides an environment similiar +The sim pseudo board emulation provides an environment similar to one provided by the proprietary Tensilica ISS. It supports: -- 2.11.4.GIT