diff --git a/includes/menu.inc b/includes/menu.inc
index bba8abc52335f12024725c5fe84ab8c07de8107d..7423c994351c2d3e488a4e7107d02cbede14d336 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -2320,7 +2320,7 @@ function menu_set_active_trail($new_trail = NULL) {
  *   menu link ('node/5' if it exists, or fallback to 'node/%').
  *
  * @return
- *   A fully translated menu link, or NULL if not matching menu link was
+ *   A fully translated menu link, or NULL if no matching menu link was
  *   found. The most specific menu link ('node/5' preferred over 'node/%') in
  *   the most preferred menu (as defined by menu_get_active_menu_names()) is
  *   returned.