aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-04-18 06:08:35 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-04-18 06:08:35 +0000
commitc3fbd9c6212cad2634f5958ffec0370166ec7204 (patch)
tree38ac2abef0d8139e493e90e861c4973195267ffc
parentd59dd30cf19bb6df5635b3c896c7c4262917a9b6 (diff)
downloadsrc-c3fbd9c6212cad2634f5958ffec0370166ec7204.tar.gz
src-c3fbd9c6212cad2634f5958ffec0370166ec7204.zip
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 b12ccd0bb1b37f32e972bb3e945e4025fe409e2f.
-rw-r--r--stand/i386/boot0/Makefile2
-rw-r--r--stand/libsa/zfs/zfsimpl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/stand/i386/boot0/Makefile b/stand/i386/boot0/Makefile
index dad078fd6f71..1453f17751b9 100644
--- a/stand/i386/boot0/Makefile
+++ b/stand/i386/boot0/Makefile
@@ -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}
diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c
index 4a285470642e..76063e76225f 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -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