diff options
-rw-r--r-- | includes/bootstrap.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 2db38365a..a77343adf 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -162,9 +162,7 @@ define('DRUPAL_ANONYMOUS_RID', 1); define('DRUPAL_AUTHENTICATED_RID', 2); /** - * The number of bytes in a kilobyte. The scientific standard for kilo is 1000, - * but used commonly in the field of computers to represent 1024 bits. For more - * information on the different standards please visit: + * The number of bytes in a kilobyte. For more information, visit * http://en.wikipedia.org/wiki/Kilobyte. */ define('DRUPAL_KILOBYTE', 1024); |