From 5cadbc82b80f525a342fb8582efd4e4a90f0d459 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Mon, 14 Nov 2016 15:50:06 +0200 Subject: [PATCH] Fix left-over comments in MaxmindDB module. --- modules/mmdb/Database.hpp | 2 +- modules/mmdb/Handle/Database.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mmdb/Database.hpp b/modules/mmdb/Database.hpp index 30826cc0..73dd7f8d 100644 --- a/modules/mmdb/Database.hpp +++ b/modules/mmdb/Database.hpp @@ -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 { diff --git a/modules/mmdb/Handle/Database.hpp b/modules/mmdb/Handle/Database.hpp index cc686b33..1b161137 100644 --- a/modules/mmdb/Handle/Database.hpp +++ b/modules/mmdb/Handle/Database.hpp @@ -8,7 +8,7 @@ namespace SqMod { /* ------------------------------------------------------------------------------------------------ - * Manages a reference counted INI document instance. + * Manages a reference counted database instance. */ class DbHnd {