[polly] 266bb49 - [docs] fix grammar mistake (#121695)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 03:27:27 PST 2025
Author: staz
Date: 2025-01-06T19:27:24+08:00
New Revision: 266bb4971b7cb8481bf9f3aa7a9fbba08ec89d98
URL: https://github.com/llvm/llvm-project/commit/266bb4971b7cb8481bf9f3aa7a9fbba08ec89d98
DIFF: https://github.com/llvm/llvm-project/commit/266bb4971b7cb8481bf9f3aa7a9fbba08ec89d98.diff
LOG: [docs] fix grammar mistake (#121695)
Fix a grammar mistake in Polly docs.
Co-authored-by: hstk30-hw <hanwei62 at huawei.com>
Added:
Modified:
polly/docs/UsingPollyWithClang.rst
Removed:
################################################################################
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