diff --git a/devel.module b/devel.module
index e54353d..5f9eb70 100644
--- a/devel.module
+++ b/devel.module
@@ -971,7 +971,7 @@ function devel_library_alter(&$libraries, $module) {
 }
 
 /**
- * See devel_start() which registers this function as a shutdown function.
+ * See devel_boot() which registers this function as a shutdown function.
  */
 function devel_shutdown() {
   // Register the real shutdown function so it runs later than other shutdown functions.
