summaryrefslogtreecommitdiff
path: root/sql/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/protocol.h')
-rw-r--r--sql/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/protocol.h b/sql/protocol.h
index 53584326f03..7c0ba858ea3 100644
--- a/sql/protocol.h
+++ b/sql/protocol.h
@@ -110,7 +110,7 @@ public:
};
-/* Class used for the old (MySQL 4.0 protocol) */
+/** Class used for the old (MySQL 4.0 protocol). */
class Protocol_text :public Protocol
{