
From: Adrian Bunk <bunk@fs.tum.de>

hd.c contains a typo



 drivers/ide/legacy/hd.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/ide/legacy/hd.c~hd_c-typo-fix drivers/ide/legacy/hd.c
--- 25/drivers/ide/legacy/hd.c~hd_c-typo-fix	2003-08-10 15:38:24.000000000 -0700
+++ 25-akpm/drivers/ide/legacy/hd.c	2003-08-10 15:38:24.000000000 -0700
@@ -715,7 +715,7 @@ static int __init hd_init(void)
 
 	hd_queue = blk_init_queue(do_hd_request, &hd_lock);
 	if (!hd_queue) {
-		unegister_blkdev(MAJOR_NR,"hd");
+		unregister_blkdev(MAJOR_NR,"hd");
 		return -ENOMEM;
 	}
 

_
