mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
typofixes - v4
Signed-off-by: Veres Lajos <vlajos@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
33b23b4b5e
commit
67cc32ebfd
35 changed files with 47 additions and 48 deletions
|
@ -138,7 +138,7 @@ static void tempsensor_clkedge(struct tempsensor_t *s,
|
|||
s->count = 16;
|
||||
|
||||
if ((s->regs[0] & 0xff) == 0) {
|
||||
/* 25 degrees celcius. */
|
||||
/* 25 degrees celsius. */
|
||||
s->shiftreg = 0x0b9f;
|
||||
} else if ((s->regs[0] & 0xff) == 0xff) {
|
||||
/* Sensor ID, 0x8100 LM70. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue