diff options
Diffstat (limited to 'tuplr.hpp')
-rw-r--r-- | tuplr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) /*************************************************************************** |