Index: sites/default/settings.php
===================================================================
RCS file: /cvs/drupal/drupal/sites/default/settings.php,v
retrieving revision 1.55
diff -u -p -r1.55 settings.php
--- sites/default/settings.php	30 Apr 2007 14:37:36 -0000	1.55
+++ sites/default/settings.php	1 May 2007 04:46:55 -0000
@@ -139,13 +139,12 @@ ini_set('url_rewriter.tags',        '');
 /**
  * Drupal automatically generates a unique session cookie name for each site
  * based on on its full domain name. If you have multiple domains pointing at
- * the same Drupal site, you can either redirect them all to a single
+ * the same Drupal site, you can either redirect them all to a single domain
- * domain (see comment in .htaccess), or uncomment the line below and specify
+ * (see comment in .htaccess), or uncomment the line below and specify their
- * their shared base domain. Doing so assures that users remain logged in as they
+ * shared base domain. Doing so assures that users remain logged in as they
  * cross between your various domains.
-*/
-
+ */
-#$cookie_domain = 'example.com';
+# $cookie_domain = 'example.com';
 
 /**
  * Variable overrides:
