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

via flang-commits flang-commits at lists.llvm.org
Wed Sep 23 03:01:06 PDT 2026


Author: Aditya Mishra
Date: 2026-09-23T11:00:59+01:00
New Revision: 21ca7b6617bb816eff33faa8e5a60e59ae0a6db0

URL: https://github.com/llvm/llvm-project/commit/21ca7b6617bb816eff33faa8e5a60e59ae0a6db0
DIFF: https://github.com/llvm/llvm-project/commit/21ca7b6617bb816eff33faa8e5a60e59ae0a6db0.diff

LOG: [flang][docs] Fix spelling typo in FlangDriver.md (#219391)

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

Added: 
    

Modified: 
    flang/docs/FlangDriver.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/FlangDriver.md b/flang/docs/FlangDriver.md
index 9a6407c1aea62..c9df05ded7f49 100644
--- a/flang/docs/FlangDriver.md
+++ b/flang/docs/FlangDriver.md
@@ -75,7 +75,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