Changes by: flatcap
Update of /cvsroot/linux-ntfs/linux-ntfs/libntfs
In directory usw-pr-cvs1:/tmp/cvs-serv11998/libntfs
Modified Files:
mst.c
Log Message:
typos
Index: mst.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/mst.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- mst.c 18 Apr 2002 18:15:46 -0000 1.3
+++ mst.c 30 Jun 2002 17:02:41 -0000 1.4
@@ -49,5 +49,5 @@
/* Decrement usa_count to get number of fixups. */
usa_count = le16_to_cpu(b->usa_count) - 1;
- /* Size and alignement checks. */
+ /* Size and alignment checks. */
if (size & (NTFS_SECTOR_SIZE - 1) || usa_ofs & 1 ||
usa_ofs + (usa_count * 2) > size ||
@@ -136,5 +136,5 @@
/* Decrement usa_count to get number of fixups. */
usa_count = le16_to_cpu(b->usa_count) - 1;
- /* Size and alignement checks. */
+ /* Size and alignment checks. */
if (size & (NTFS_SECTOR_SIZE - 1) || usa_ofs & 1 ||
usa_ofs + (usa_count * 2) > size ||
|