1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-21 20:27:13 +01:00

Minor comment fix in SQLite module.

This commit is contained in:
Sandu Liviu Catalin 2016-07-17 13:36:14 +03:00
parent c5d3235aec
commit 44a855e2b6

View File

@ -8,7 +8,7 @@
namespace SqMod { namespace SqMod {
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------
* Tsed to manage and interact with statement columns. * Used to manage and interact with statement columns.
*/ */
class Column class Column
{ {
@ -240,7 +240,7 @@ public:
static SQInteger Typename(HSQUIRRELVM vm); static SQInteger Typename(HSQUIRRELVM vm);
/* -------------------------------------------------------------------------------------------- /* --------------------------------------------------------------------------------------------
* See whether this statement is valid. * See whether the column is valid.
*/ */
bool IsValid() const bool IsValid() const
{ {
@ -248,7 +248,7 @@ public:
} }
/* -------------------------------------------------------------------------------------------- /* --------------------------------------------------------------------------------------------
* Return the number of active references to this statement handle. * Return the number of active references to the associated statement handle.
*/ */
Uint32 GetRefCount() const Uint32 GetRefCount() const
{ {