[flang-commits] [flang] [flang][docs] Fix spelling typo in FlangDriver.md (PR #219391)

Aditya Mishra via flang-commits flang-commits at lists.llvm.org
Thu Aug 27 23:52:47 PDT 2026


https://github.com/jane-street created https://github.com/llvm/llvm-project/pull/219391

Fixes a minor spelling typo in the Flang driver documentation (`specialised` -> `specialized`) to align with standard project documentation guidelines.


>From 2799fff67392344b4d99e2d3871ae4fa4f862bcc Mon Sep 17 00:00:00 2001
From: Aditya Mishra <hi at mishraaditya.com>
Date: Fri, 28 Aug 2026 12:21:26 +0530
Subject: [PATCH] Fix formatting issues in FlangDriver.md

---
 flang/docs/FlangDriver.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flang/docs/FlangDriver.md b/flang/docs/FlangDriver.md
index 71963c1b70081..3963fa7ec12bb 100644
--- a/flang/docs/FlangDriver.md
+++ b/flang/docs/FlangDriver.md
@@ -80,7 +80,7 @@ in the same files: `clang/include/clang/Options/Options.td` and
 `clang/include/clang/Options/FlangOptions.td`.
 
 The separation helps us split various tasks and allows us to implement more
-specialised tools. In particular, `flang` is not aware of various
+specialized tools. In particular, `flang` is not aware of various
 compilation phases within the frontend (e.g. scanning, parsing or semantic
 checks). It does not have to be. Conversely, the frontend driver, `flang
 -fc1`, needs not to be concerned with linkers or other external tools like



More information about the flang-commits mailing list