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 <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
3f5bd4e1b8
commit
b5e4946f96
@ -399,7 +399,7 @@ functions:
|
|||||||
This function will automatically generate the appropriate new reader
|
This function will automatically generate the appropriate new reader
|
||||||
events and add the reader to the list.
|
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.
|
function.
|
||||||
|
|
||||||
VCard *vcard_new(VCardEmul *card_emul,
|
VCard *vcard_new(VCardEmul *card_emul,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* QEMU/mipssim emulation
|
* 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.
|
* proprietary MIPS emulator.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Thiemo Seufer
|
* Copyright (c) 2007 Thiemo Seufer
|
||||||
|
@ -1749,7 +1749,7 @@ PC Keyboard
|
|||||||
IDE controller
|
IDE controller
|
||||||
@end itemize
|
@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.
|
to what the proprietary MIPS emulator uses for running Linux.
|
||||||
It supports:
|
It supports:
|
||||||
|
|
||||||
@ -2141,7 +2141,7 @@ Xtensa emulator pseudo board "sim"
|
|||||||
Avnet LX60/LX110/LX200 board
|
Avnet LX60/LX110/LX200 board
|
||||||
@end itemize
|
@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.
|
to one provided by the proprietary Tensilica ISS.
|
||||||
It supports:
|
It supports:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user