[Polly] Fix typo. NFC.

Thanks to Mugerwa Martin for reporting.

GitOrigin-RevId: d5c0b0102a25c27f41137588422d368eb42d971e
diff --git a/docs/Architecture.rst b/docs/Architecture.rst
index f2ae2b1..92cb97d 100644
--- a/docs/Architecture.rst
+++ b/docs/Architecture.rst
@@ -68,7 +68,7 @@
 canonicalization passes required will result in a small, but general compile
 time increase and some random run-time performance changes due to slightly
 different IR being passed through the optimizers. To force Polly to run early in
-the pass pipleline use the option *-polly-position=early* (default today).
+the pass pipeline use the option *-polly-position=early* (default today).
 
 .. image:: images/LLVM-Passes-early.png
     :align: center