[docs] fix grammar mistake (#121695)

Fix a grammar mistake in Polly docs.

Co-authored-by: hstk30-hw <hanwei62@huawei.com>
This commit is contained in:
staz 2025-01-06 16:27:24 +05:00 committed by GitHub
parent 3bd494dfa6
commit 266bb4971b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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