OSDN Git Service

fix typo in comment
authorJim Meyering <meyering@redhat.com>
Tue, 25 May 2010 13:42:35 +0000 (15:42 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 25 May 2010 13:42:35 +0000 (15:42 +0200)
libparted/labels/dos.c

index cb51491..f66ca47 100644 (file)
@@ -1852,7 +1852,7 @@ _logical_min_start_head (const PedPartition* part,
 
 /* Shamelessly copied and adapted from _partition_get_overlap_constraint
  * (in disk.c)
- * This should get ride of the infamous Assertion (metadata_length > 0) failed
+ * This should get rid of the infamous Assertion (metadata_length > 0) failed
  * bug for extended msdos disklabels generated by Parted.
  * 1) There always is a partition table at the start of ext_part, so we leave
  *    a one sector gap there.