mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix comment typo from r896 as pointed out by Andreas.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@913 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
711e388514
commit
380f978e45
@@ -211,7 +211,7 @@ static void ofmem_update_mmu_translations( void )
|
||||
|
||||
if (prop_used > trans_prop_size) {
|
||||
|
||||
/* The property doesn't fix within the existing space, so keep doubling it
|
||||
/* The property doesn't fit within the existing space, so keep doubling it
|
||||
until it does */
|
||||
prop_size = trans_prop_size;
|
||||
while (prop_size < prop_used) {
|
||||
@@ -262,7 +262,7 @@ static void ofmem_update_memory_available( phandle_t ph, range_t *range,
|
||||
|
||||
if (prop_used > *mem_prop_size) {
|
||||
|
||||
/* The property doesn't fix within the existing space, so keep doubling it
|
||||
/* The property doesn't fit within the existing space, so keep doubling it
|
||||
until it does */
|
||||
prop_size = *mem_prop_size;
|
||||
while (prop_size < prop_used) {
|
||||
|
||||
Reference in New Issue
Block a user