aboutsummaryrefslogtreecommitdiffstats
path: root/doc/internals/Frontend.rst
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2020-05-11 21:52:34 -0700
committerGitHub <noreply@github.com>2020-05-12 06:52:34 +0200
commite7f908d51520b66d26ca382ca3f953b438eb62f8 (patch)
tree90dce8f115f25fc8c76c8465b9dfe7619ad5a124 /doc/internals/Frontend.rst
parente8b7ef1517e546b56d3a7ecf83bf242a1ac85d82 (diff)
downloadghdl-e7f908d51520b66d26ca382ca3f953b438eb62f8.tar.gz
ghdl-e7f908d51520b66d26ca382ca3f953b438eb62f8.tar.bz2
ghdl-e7f908d51520b66d26ca382ca3f953b438eb62f8.zip
doc: fix typos in 'internals' (#1305)
Diffstat (limited to 'doc/internals/Frontend.rst')
-rw-r--r--doc/internals/Frontend.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals/Frontend.rst b/doc/internals/Frontend.rst
index fd5abd4e6..3751f1e39 100644
--- a/doc/internals/Frontend.rst
+++ b/doc/internals/Frontend.rst
@@ -27,4 +27,4 @@ checks if it is a keyword. In that case it changes the token to the keyword tok
The procedure `scan` is called to get the next token. The location of the token and
the location after the token are available to store it in the parser tree.
-The main clieant of the scanner is the parser.
+The main client of the scanner is the parser.