aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cfi-verify
diff options
context:
space:
mode:
authorPriyanshi Agarwal <priyanshiagarwal1708@gmail.com>2023-03-27 09:56:35 +0100
committerSam Tebbs <samuel.tebbs@arm.com>2023-03-27 10:20:08 +0100
commit4071dcf3549f9936a4004b0b34b67b871eba241e (patch)
tree3ee229e6ef7df297166811d00202a630586348b8 /llvm/tools/llvm-cfi-verify
parent9c4611f9c7a7055b18f0a30a4c9074b9917e4ab0 (diff)
downloadllvm-4071dcf3549f9936a4004b0b34b67b871eba241e.zip
llvm-4071dcf3549f9936a4004b0b34b67b871eba241e.tar.gz
llvm-4071dcf3549f9936a4004b0b34b67b871eba241e.tar.bz2
[documentation] Fix Typos
Fixes https://github.com/llvm/llvm-project/issues/56747 Patch By: ipriyanshi1708 Differential Revision: https://reviews.llvm.org/D146644
Diffstat (limited to 'llvm/tools/llvm-cfi-verify')
-rw-r--r--llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp b/llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp
index 1ad3d13..8a9d9ce 100644
--- a/llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp
+++ b/llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// This tool verifies Control Flow Integrity (CFI) instrumentation by static
-// binary anaylsis. See the design document in /docs/CFIVerify.rst for more
+// binary analysis. See the design document in /docs/CFIVerify.rst for more
// information.
//
// This tool is currently incomplete. It currently only does disassembly for