X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fserver.h;h=d73c9673a8136302035de22e83971b54bf34c8cf;hb=e844a2cef9aeadbeea26531f98e5fe8b0b2f4dd1;hp=e54a379bce36a215f438c0cd7126aef219316f8f;hpb=0b63ccd0b5cb26883d6becb196fb98e4f95d0397;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/server.h b/include/server.h index e54a379bc..d73c9673a 100644 --- a/include/server.h +++ b/include/server.h @@ -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; }