Index: coder.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/coder.module,v
retrieving revision 1.88.2.21
diff -u -r1.88.2.21 coder.module
--- coder.module 23 Jan 2008 12:32:15 -0000 1.88.2.21
+++ coder.module 30 Jan 2008 11:48:21 -0000
@@ -433,7 +433,7 @@
 /**
  * Generate settings array for either modules or themes.
  *
- * @param $form_values
+ * @param $form_state
  *   Form array passed to submit function (note: entries that are processed.
  *   are removed for efficiency's sake).
  * @param $type
@@ -638,8 +638,8 @@

           // Process the same directory include files.
           if (!empty($settings['coder_includes'])) {
-            // NOTE: Convert to the realpath here so drupal_system_listing.
-            // Doesn't return additional paths (i.e., try "module").
+            // NOTE: Convert to the realpath here so drupal_system_listing
+            // doesn't return additional paths (i.e., try "module").
             $path = str_replace('\\', '/', dirname(realpath($filename)));
             $offset = strpos($path, dirname($filename));
             if (!isset($dups[$path])) {