Fix a misleading comment.


 drivers/block/as-iosched.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/block/as-iosched.c~as-comment-fix drivers/block/as-iosched.c
--- 25/drivers/block/as-iosched.c~as-comment-fix	2003-03-02 13:02:31.000000000 -0800
+++ 25-akpm/drivers/block/as-iosched.c	2003-03-02 13:02:57.000000000 -0800
@@ -473,8 +473,8 @@ static void as_add_request(struct as_dat
 
 /*
  * __as_remove_request removes a request from the elevator without updating
- * statistics etc. It is expected the caller will replace the request at some
- * part of the elevator, also without updating statistics.
+ * refcountss etc. It is expected the caller will replace the request at some
+ * part of the elevator, also without updating refcounts.
  */
 static void __as_remove_request(request_queue_t *q, struct request *rq)
 {

_