aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@FreeBSD.org>2025-10-13 14:50:30 +0000
committerJose Luis Duran <jlduran@FreeBSD.org>2025-10-13 14:54:46 +0000
commit376508ef2f794a57606a791166f1ce7f20d3ccaf (patch)
tree909a1c1034e16113eaaec16789bd2858f5f57cbf
parent10d88a7aa670a3cc2bf763e64bd292b4caa3a811 (diff)
UPDATING: Fix typo objump should be objdump
Approved by: emaste (mentor) Fixes: 86edb11e7491 ("Always install llvm-objdump as objdump") MFC after: 1 day
-rw-r--r--UPDATING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 74ddc238ddca..9c8bd3a9fd6b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -706,7 +706,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
Bump _FreeBSD_version to 1400078 to be able to detect this change.
20221212:
- llvm-objump is now always installed as objdump. Previously there was
+ llvm-objdump is now always installed as objdump. Previously there was
no /usr/bin/objdump unless the WITH_LLVM_BINUTILS knob was used.
Some LLVM objdump options have a different output format compared to