diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 37f510ba8c..b88d1d9e30 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -1697,8 +1697,8 @@ function append_sid($url, $params = false, $is_amp = true, $session_id = false)
}
/**
-* Generate board url (example: http://www.foo.bar/phpBB)
-* @param bool $without_script_path if set to true the script path gets not appended (example: http://www.foo.bar)
+* Generate board url (example: http://www.example.com/phpBB)
+* @param bool $without_script_path if set to true the script path gets not appended (example: http://www.example.com)
*/
function generate_board_url($without_script_path = false)
{
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 8805d4d0fd..b205d635c8 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -338,7 +338,7 @@ $lang = array_merge($lang, array(
'SCRIPT_PATH' => 'Script path',
'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB is located relative to the domain name, e.g. /phpBB3.',
'SERVER_NAME' => 'Domain name',
- 'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: www.foo.bar).',
+ 'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: www.example.com).',
'SERVER_PORT' => 'Server port',
'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different.',
'SERVER_PROTOCOL' => 'Server protocol',