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:
Peter Maydell 2013-04-09 12:48:19 +01:00 committed by Stefan Hajnoczi
parent 5947c697ce
commit e03ba13637
9 changed files with 18 additions and 18 deletions

View file

@ -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 */