diff --git a/core/modules/node/node.module b/core/modules/node/node.module
index 03e8d3e..5e1c3b3 100644
--- a/core/modules/node/node.module
+++ b/core/modules/node/node.module
@@ -951,7 +951,7 @@ function node_load_multiple($nids = array(), array $conditions = array(), $reset
  * @param bool $reset
  *   (optional) Whether to reset the node_load_multiple() cache.
  *
- * @return object
+ * @return Drupal\node\Node|false
  *   A fully-populated node entity, or FALSE if the node is not found.
  */
 function node_load($nid = NULL, $vid = NULL, $reset = FALSE) {
