Index: modules/system/system.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.install,v
retrieving revision 1.238.2.23
diff -u -r1.238.2.23 system.install
--- modules/system/system.install	28 May 2010 11:51:20 -0000	1.238.2.23
+++ modules/system/system.install	30 Jun 2010 20:24:41 -0000
@@ -629,7 +629,7 @@
         'not null' => TRUE,
         'default' => 0),
       'status' => array(
-        'description' => 'A flag indicating whether file is temporary (1) or permanent (0).',
+        'description' => 'A flag indicating whether file is temporary (0) or permanent (1).',
         'type' => 'int',
         'not null' => TRUE,
         'default' => 0),
