Index: includes/theme.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/theme.inc,v
retrieving revision 1.415.2.28
diff -u -p -r1.415.2.28 theme.inc
--- includes/theme.inc	3 Nov 2010 19:03:19 -0000	1.415.2.28
+++ includes/theme.inc	5 Feb 2011 19:15:42 -0000
@@ -745,7 +745,7 @@ function drupal_discover_template($paths
   // an unexpected location (especially on Windows servers).
   $extension = str_replace(array("/", "\\", "\0"), '', $extension);
 
-  // Loop through all paths and suggestions in FIFO order.
+  // Loop through all paths and suggestions in FILO order.
   $suggestions = array_reverse($suggestions);
   $paths = array_reverse($paths);
   foreach ($suggestions as $suggestion) {
