about summary refs log tree commit diff homepage
path: root/tools/klee-exec-tree/DFSVisitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/klee-exec-tree/DFSVisitor.h')
-rw-r--r--tools/klee-exec-tree/DFSVisitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/klee-exec-tree/DFSVisitor.h b/tools/klee-exec-tree/DFSVisitor.h
index 60d7b3bd..a61a3ff2 100644
--- a/tools/klee-exec-tree/DFSVisitor.h
+++ b/tools/klee-exec-tree/DFSVisitor.h
@@ -13,7 +13,7 @@
 
 #include <functional>
 
-/// @brief Traverses a process tree and calls registered callbacks for
+/// @brief Traverses an execution tree and calls registered callbacks for
 /// intermediate and leaf nodes (not the classical Visitor pattern).
 class DFSVisitor {
   // void _(node ID, node, depth)