aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/server.h b/include/server.h
index 5e3110bb0..0ee1e3a34 100644
--- a/include/server.h
+++ b/include/server.h
@@ -71,7 +71,7 @@ class CoreExport Server : public classbase
/**
* Returns the name of this server
- * @return The name of this server, for example "irc.inspircd.org".
+ * @return The name of this server, for example "irc.example.com".
*/
const std::string& GetName() const { return name; }