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. */