summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-ranlib.rst2
-rw-r--r--llvm/docs/CommandGuide/llvm-size.rst2
-rw-r--r--llvm/docs/CommandGuide/llvm-strings.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ranlib.rst b/llvm/docs/CommandGuide/llvm-ranlib.rst
index 314a330053b..ec4a1335c19 100644
--- a/llvm/docs/CommandGuide/llvm-ranlib.rst
+++ b/llvm/docs/CommandGuide/llvm-ranlib.rst
@@ -12,7 +12,7 @@ DESCRIPTION
-----------
:program:`llvm-ranlib` is an alias for the :doc:`llvm-ar <llvm-ar>` tool that
-generates an index for an archive. It can be used as a replacement for GNU’s
+generates an index for an archive. It can be used as a replacement for GNU's
:program:`ranlib` tool.
Running :program:`llvm-ranlib` is equivalent to running ``llvm-ar s``.
diff --git a/llvm/docs/CommandGuide/llvm-size.rst b/llvm/docs/CommandGuide/llvm-size.rst
index 0dce15c8f50..92dcf4a571c 100644
--- a/llvm/docs/CommandGuide/llvm-size.rst
+++ b/llvm/docs/CommandGuide/llvm-size.rst
@@ -12,4 +12,4 @@ DESCRIPTION
-----------
:program:`llvm-size` is a tool that prints size information for object files.
-The goal is to make it a drop-in replacement for GNU’s :program:`size`.
+The goal is to make it a drop-in replacement for GNU's :program:`size`.
diff --git a/llvm/docs/CommandGuide/llvm-strings.rst b/llvm/docs/CommandGuide/llvm-strings.rst
index d8ab9cb1d3d..f6307d4a905 100644
--- a/llvm/docs/CommandGuide/llvm-strings.rst
+++ b/llvm/docs/CommandGuide/llvm-strings.rst
@@ -12,4 +12,4 @@ DESCRIPTION
-----------
:program:`llvm-strings` is a tool that prints strings in files. The goal is to
-make it a drop-in replacement for GNU’s :program:`strings`.
+make it a drop-in replacement for GNU's :program:`strings`.
OpenPOWER on IntegriCloud