]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/server.h
Change ServerInfo::gecos to description
[user/henk/code/inspircd.git] / include / server.h
index e54a379bce36a215f438c0cd7126aef219316f8f..d73c9673a8136302035de22e83971b54bf34c8cf 100644 (file)
@@ -53,7 +53,7 @@ class CoreExport Server : public classbase
         */
        const std::string& GetName() const { return name; }
 
-       /** Returns the description (GECOS) of this server
+       /** Returns the description of this server
         * @return The description of this server
         */
        const std::string& GetDesc() const { return description; }