From a02542c3df94bcb1880217db138b4432e1dcf8b4 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Mon, 27 Feb 2023 07:05:59 +0100 Subject: [PATCH] opt: fix typo (#9895) --- pages/common/opt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/opt.md b/pages/common/opt.md index 83cc365d7..00fff3a15 100644 --- a/pages/common/opt.md +++ b/pages/common/opt.md @@ -1,6 +1,6 @@ # opt -> A tool that takes LLVM source files and runs specified optimizations and/or analysis on them. +> A tool that takes LLVM source files and runs specified optimizations and/or analyses on them. > More information: . - Run an optimization or analysis on a bitcode file: