[polly] [docs] fix grammar mistake (PR #121695)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 5 06:06:49 PST 2025


https://github.com/alyanser created https://github.com/llvm/llvm-project/pull/121695

Fix a grammar mistake in Polly docs.

>From f03ba0ed01e2dc4ecfbb857f60f8af83a4d71c66 Mon Sep 17 00:00:00 2001
From: Ali Anser <alyystaz at gmail.com>
Date: Sun, 5 Jan 2025 19:01:51 +0500
Subject: [PATCH] [docs] fix grammar mistake

---
 polly/docs/UsingPollyWithClang.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/polly/docs/UsingPollyWithClang.rst b/polly/docs/UsingPollyWithClang.rst
index 08fdcbca137438..2aa35a08b0251a 100644
--- a/polly/docs/UsingPollyWithClang.rst
+++ b/polly/docs/UsingPollyWithClang.rst
@@ -101,7 +101,7 @@ polly, after SSA transformation, loop canonicalization, inlining and
 other passes.
 
 Thereafter, any Polly pass can be run over 'before-polly.ll' using the
-'opt' tool.  To found out which Polly passes are active in the standard
+'opt' tool.  To find out which Polly passes are active in the standard
 pipeline, see the output of
 
 .. code-block:: console



More information about the llvm-commits mailing list