[llvm-symbolizer][doc] Tweak wording of --adjust-vma switch description
The address isn't dynamically relocated. The object is.
llvm-svn: 352477
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst
index c693321..b794f56 100644
--- a/llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -126,8 +126,7 @@
.. option:: -adjust-vma=<offset>
Add the specified offset to object file addresses when performing lookups. This
- can be used to simplify lookups when the object is not loaded at a dynamically
- relocated address.
+ can be used to perform lookups as if the object were relocated by the offset.
EXIT STATUS
-----------