|
@@ -318,7 +318,7 @@ public:
|
|
|
/// @throw isc::Unexpected if unbalanced
|
|
|
void leave();
|
|
|
|
|
|
- /// @brief Get the syntactix context name
|
|
|
+ /// @brief Get the syntactic context name
|
|
|
///
|
|
|
/// @return printable name of the context.
|
|
|
const std::string contextName();
|
|
@@ -327,7 +327,7 @@ public:
|
|
|
/// @brief Flag determining scanner debugging.
|
|
|
bool trace_scanning_;
|
|
|
|
|
|
- /// @brief Flag determing parser debugging.
|
|
|
+ /// @brief Flag determining parser debugging.
|
|
|
bool trace_parsing_;
|
|
|
|
|
|
/// @brief Syntactic context stack
|