diff --git a/lib/modules/Sql.pmod/sql_util.pmod b/lib/modules/Sql.pmod/sql_util.pmod
index 206036a99142be64c131a1017d12f4ad4e3875ba..de31b2c4abc5beb4ef4ada96f77dfd0ee5e0d6fa 100644
--- a/lib/modules/Sql.pmod/sql_util.pmod
+++ b/lib/modules/Sql.pmod/sql_util.pmod
@@ -1,5 +1,5 @@
 /*
- * $Id: sql_util.pmod,v 1.17 2006/11/27 16:32:43 mast Exp $
+ * $Id: sql_util.pmod,v 1.18 2006/12/29 23:22:43 nilsson Exp $
  *
  * Some SQL utility functions.
  * They are kept here to avoid circular references.
@@ -62,7 +62,7 @@ string emulate_bindings(string query, mapping(string|int:mixed)|void bindings,
 
 //! Result object wrapper performing utf8 decoding of all fields.
 class UnicodeWrapper (
-		      //! The wrapped result object.
+		      // The wrapped result object.
 		      static object master_result
 		      )
 {