diff --git a/wp-includes/plugin.php b/wp-includes/plugin.php
index 343bdceb7c..c2aebf28a9 100644
--- a/wp-includes/plugin.php
+++ b/wp-includes/plugin.php
@@ -45,7 +45,7 @@
*
* Note: the function will return true no matter if the
* function was hooked fails or not. There are no checks for whether the
- * function exists beforehand and no checks to whether the $function_to_add
+ * function exists beforehand and no checks to whether the $function_to_add
* is even a string. It is up to you to take care and this is done for
* optimization purposes, so everything is as quick as possible.
*