aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2025-12-29 21:34:22 +0000
committerDimitry Andric <dim@FreeBSD.org>2025-12-29 21:34:22 +0000
commit8e951583936980909d34a6104ace781541fb62b1 (patch)
treef5449fc718aefa8fa4f7625103b0cb6cefd17a91 /tools
parent660416fd1943bf9e69895f910902e305e195b860 (diff)
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITH_REPRODUCIBLE_PATHS6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/build/options/WITH_REPRODUCIBLE_PATHS b/tools/build/options/WITH_REPRODUCIBLE_PATHS
index e71ebff204d7..88d4a0870976 100644
--- a/tools/build/options/WITH_REPRODUCIBLE_PATHS
+++ b/tools/build/options/WITH_REPRODUCIBLE_PATHS
@@ -1,6 +1,6 @@
Modify the paths encoded in binary artifacts to be standard path
-Normaly, the actual path is encoded in the binary. However, this makes the build
-differ depending on the path it was built from. With this option enabled, the
-paths recorded are /usr/src, regardless of the actual path. With this option
+Normally, the actual path is encoded in the binary. However, this makes the
+build differ depending on the path it was built from. With this option enabled,
+the paths recorded are /usr/src, regardless of the actual path. With this option
disabled, the actual paths are recorded.