From bacbfce78bc49b2dd1c56fee44d22db0ac36abdd Mon Sep 17 00:00:00 2001 From: Tim Keith Date: Tue, 12 Feb 2019 10:40:52 -0800 Subject: [PATCH] [flang] Address review comments Original-commit: flang-compiler/f18@6b42a1777f4d9b0135b391a6ef97e2af41733060 Reviewed-on: https://github.com/flang-compiler/f18/pull/282 Tree-same-pre-rewrite: false --- flang/documentation/Overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flang/documentation/Overview.md b/flang/documentation/Overview.md index 1b71961..75b653e 100644 --- a/flang/documentation/Overview.md +++ b/flang/documentation/Overview.md @@ -4,7 +4,7 @@ Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Overview of Compiler Phases -Each phases produces correct output or fatal errors. +Each phase produces correct output or fatal errors. ## Prescan and Preprocess @@ -26,7 +26,7 @@ Each phases produces correct output or fatal errors. **Input:** Cooked character stream. -**Output:** A parse tree representing a syntactially correct program, +**Output:** A parse tree representing a syntactically correct program, rooted at a `parser::Program`. See: [parsing.md](parsing.md). @@ -68,7 +68,7 @@ Each phases produces correct output or fatal errors. **Input:** Parse tree with names resolved. -**Output:** Parse tree with semantically correct DO CONCURRENT loops.have been performed. +**Output:** Parse tree with semantically correct DO CONCURRENT loops. ## Write Module Files -- 2.7.4