aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tuplr.hpp')
-rw-r--r--tuplr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuplr.hpp b/tuplr.hpp
index c548110..dd2570a 100644
--- a/tuplr.hpp
+++ b/tuplr.hpp
@@ -131,7 +131,7 @@ SExp readExpression(Cursor& cur, std::istream& in);
typedef void* CValue; ///< Compiled value (opaque)
typedef void* CFunction; ///< Compiled function (opaque)
-typedef void* CEngine; ///< Compiler Engine (opaque)
+typedef void* CEngine; ///< Compiler engine (opaque)
/***************************************************************************