mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Typo, spelling and grammatical fixes
Minor fixes to documentation and code comments. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
5947c697ce
commit
e03ba13637
9 changed files with 18 additions and 18 deletions
|
@ -240,7 +240,7 @@ static void s390_init(QEMUMachineInitArgs *args)
|
|||
}
|
||||
my_ram_size = my_ram_size >> (20 + shift) << (20 + shift);
|
||||
|
||||
/* lets propagate the changed ram size into the global variable. */
|
||||
/* let's propagate the changed ram size into the global variable. */
|
||||
ram_size = my_ram_size;
|
||||
|
||||
/* get a BUS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue