diff --git a/src/wp-includes/ms-load.php b/src/wp-includes/ms-load.php
index 005d723..abd70b8 100644
--- a/src/wp-includes/ms-load.php
+++ b/src/wp-includes/ms-load.php
@@ -134,14 +134,7 @@ function get_network_by_path( $domain, $path, $segments = null ) {
 }
 
 /**
- * Retrieve the closest matching site object by its domain and path.
- * 
- * This will not necessarily return an exact match for a domain and path. Instead, it
- * breaks the domain and path into pieces that are then used to match the closest
- * possibility from a query.
- *
- * The intent of this method is to match a site object during bootstrap for a
- * requested site address
+ * Retrieve a site object by its domain and path.
  *
  * @since 3.9.0
  *
