summaryrefslogtreecommitdiff
path: root/flang/docs/Extensions.md
diff options
context:
space:
mode:
Diffstat (limited to 'flang/docs/Extensions.md')
-rw-r--r--flang/docs/Extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/docs/Extensions.md b/flang/docs/Extensions.md
index cf6b65c0a6f5..a91596765a59 100644
--- a/flang/docs/Extensions.md
+++ b/flang/docs/Extensions.md
@@ -453,7 +453,7 @@ end
Other Fortran compilers disagree in their interpretations of this example;
some seem to treat the references to `m` as if they were host associations
to an implicitly typed variable (and print `3`), while others seem to
- treat them as references to implicitly typed local variabless, and
+ treat them as references to implicitly typed local variables, and
load uninitialized values.
In f18, we chose to emit an error message for this case since the standard