j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: mcayland Date: Sun Oct 17 11:13:14 2010 New Revision: 913 URL: http://tracker.coreboot.org/trac/openbios/changeset/913
Log: Fix comment typo from r896 as pointed out by Andreas.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@siriusit.co.uk
Modified: trunk/openbios-devel/libopenbios/ofmem_common.c
Modified: trunk/openbios-devel/libopenbios/ofmem_common.c ============================================================================== --- trunk/openbios-devel/libopenbios/ofmem_common.c Sun Oct 17 11:10:09 2010 (r912) +++ trunk/openbios-devel/libopenbios/ofmem_common.c Sun Oct 17 11:13:14 2010 (r913) @@ -211,7 +211,7 @@
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 @@
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) {