Revert "stand: Remove double words in source code comments"

The sentence, "The base address that we the boot0 code to to run it."
is correct.

Reported by:	jrtc27

This reverts commit b12ccd0bb1.
This commit is contained in:
Gordon Bergling 2023-04-18 08:08:35 +02:00
parent d59dd30cf1
commit c3fbd9c621
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ BOOT_BOOT0_FLAGS?= 0x8f
# 0xb6 (182d) corresponds to 10 seconds.
BOOT_BOOT0_TICKS?= 0xb6
# The base address that we the boot0 code to run it. Don't change this
# The base address that we the boot0 code to to run it. Don't change this
# unless you are glutton for punishment.
BOOT_BOOT0_ORG?= 0x600
ORG=${BOOT_BOOT0_ORG}

View file

@ -447,7 +447,7 @@ vdev_indirect_mapping_entry(vdev_indirect_mapping_t *vim, uint64_t index)
*
* It's possible that the given offset will not be in the mapping table
* (i.e. no mapping entries contain this offset), in which case, the
* return value depends on the "next_if_missing" parameter.
* return value value depends on the "next_if_missing" parameter.
*
* If the offset is not found in the table and "next_if_missing" is
* B_FALSE, then NULL will always be returned. The behavior is intended