diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index a3075e9..0ed8400 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1270,7 +1270,8 @@ function taxonomy_vocabulary_machine_name_load($name) {
  *   A term's ID
  *
  * @return
- *   A term object. Results are statically cached.
+ *   A term object. Results are statically cached. FALSE if the term was not
+ *   found.
  */
 function taxonomy_term_load($tid) {
   if (!is_numeric($tid)) {
