diff options
Diffstat (limited to 'src/lib/eval/parser.cc')
-rw-r--r-- | src/lib/eval/parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eval/parser.cc b/src/lib/eval/parser.cc index bf9349a55a..f952ef31de 100644 --- a/src/lib/eval/parser.cc +++ b/src/lib/eval/parser.cc @@ -586,7 +586,7 @@ namespace isc { namespace eval { /// The return value of parse (). int yyresult; - // FIXME: This shoud be completely indented. It is not yet to + // FIXME: This should be completely indented. It is not yet to // avoid gratuitous conflicts when merging into the master branch. try { |