From cd92a29ccb898bfba9737c9fdcbb0fc20ab5dfcc Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 25 Dec 2002 20:18:29 +0000 Subject: [PATCH] Typo. (Logical change 1.54) --- libntfs/volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs/volume.c b/libntfs/volume.c index 21516fa9..a7b63630 100644 --- a/libntfs/volume.c +++ b/libntfs/volume.c @@ -604,7 +604,7 @@ ntfs_volume *ntfs_mount(const char *name, unsigned long rwflag) Dperror("Failed to open ntfs attribute"); goto error_exit; } - /* Done with the $BitMap mft record. */ + /* Done with the $Bitmap mft record. */ Dputs(OK); /* Now load the upcase table from $UpCase. */