mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
misc: Fix some typos in names and comments
Most typos were found using a modified version of codespell: accross -> across issueing -> issuing TICNT_THRESHHOLD -> TICNT_THRESHOLD bandwith -> bandwidth VCARD_7816_PROPIETARY -> VCARD_7816_PROPRIETARY occured -> occurred gaurantee -> guarantee sofware -> software Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
efcb7e4529
commit
4c293dc6e4
8 changed files with 15 additions and 15 deletions
|
@ -124,7 +124,7 @@ static void sch_handle_clear_func(SubchDev *sch)
|
|||
/* Path management: In our simple css, we always choose the only path. */
|
||||
path = 0x80;
|
||||
|
||||
/* Reset values prior to 'issueing the clear signal'. */
|
||||
/* Reset values prior to 'issuing the clear signal'. */
|
||||
p->lpum = 0;
|
||||
p->pom = 0xff;
|
||||
s->flags &= ~SCSW_FLAGS_MASK_PNO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue