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

Fix left-over comments in MaxmindDB module.

This commit is contained in:
Sandu Liviu Catalin 2016-11-14 15:50:06 +02:00
parent 7d1493afd3
commit 5cadbc82b8
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ public:
static SQInteger Typename(HSQUIRRELVM vm);
/* --------------------------------------------------------------------------------------------
* See whether this instance references a valid INI document.
* See whether this instance references a valid database instance.
*/
bool IsValid() const
{

View File

@ -8,7 +8,7 @@
namespace SqMod {
/* ------------------------------------------------------------------------------------------------
* Manages a reference counted INI document instance.
* Manages a reference counted database instance.
*/
class DbHnd
{