mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
stand: Remove double words in source code comments
- s/to to/to/ - s/value value/value/ MFC after: 5 days
This commit is contained in:
parent
d664658015
commit
b12ccd0bb1
@ -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 to run it. Don't change this
|
||||
# The base address that we the boot0 code to run it. Don't change this
|
||||
# unless you are glutton for punishment.
|
||||
BOOT_BOOT0_ORG?= 0x600
|
||||
ORG=${BOOT_BOOT0_ORG}
|
||||
|
@ -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 value depends on the "next_if_missing" parameter.
|
||||
* return 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
|
||||
|
Loading…
Reference in New Issue
Block a user