summaryrefslogtreecommitdiff
path: root/src/pdabuild.cc
diff options
context:
space:
mode:
authorVictor Westerhuis <victor@westerhu.is>2021-12-05 22:41:41 +0100
committerAdrian Thurston <thurston@colm.net>2021-12-06 09:51:21 -0800
commit9835bf4ad410315311c022b0ddf927e4129644ba (patch)
treeb44f07f8ef97cc97b9465b31efc2fbb937883452 /src/pdabuild.cc
parent84f40a088bb20ec3050007ae9dfede9da3f0b0f7 (diff)
downloadcolm-9835bf4ad410315311c022b0ddf927e4129644ba.tar.gz
Fix some spelling errors
Diffstat (limited to 'src/pdabuild.cc')
-rw-r--r--src/pdabuild.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdabuild.cc b/src/pdabuild.cc
index 60a23c6b..1b3cd663 100644
--- a/src/pdabuild.cc
+++ b/src/pdabuild.cc
@@ -455,7 +455,7 @@ void Compiler::pdaOrderFollow( LangEl *rootEl, PdaState *tabState,
PdaTrans *tabTrans, PdaTrans *srcTrans, Production *parentDef,
Production *definition, long &time )
{
- /* We need the follow from tabState/srcState over the defintion we are
+ /* We need the follow from tabState/srcState over the definition we are
* currently processing. */
PdaState *overTab = tabTrans->toState;
PdaState *overSrc = srcTrans->toState;