From 5325b6e57714b49e8449cd5f962493aeb39d41b4 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Fri, 2 Mar 2018 15:09:43 -0800 Subject: [PATCH] Fixed typo. --- src/expr/node_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expr/node_manager.cpp b/src/expr/node_manager.cpp index 3c79e96f2..20a011006 100644 --- a/src/expr/node_manager.cpp +++ b/src/expr/node_manager.cpp @@ -402,7 +402,7 @@ std::vector NodeManager::TopologicalSort( TypeNode NodeManager::getType(TNode n, bool check) { // Many theories' type checkers call Node::getType() directly. This - // is incorrect, since "this" might not be the caller's curent node + // is incorrect, since "this" might not be the caller's current node // manager. Rather than force the individual typecheckers not to do // this (by policy, which would be imperfect and lead to // hard-to-find bugs, which it has in the past), we just set this -- 2.30.2