X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffs.h;h=8370d88cb203aa330e70a2d9fc25d839ee9625fe;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=2195dc172ece5871f05369723f390057e179988b;hpb=52af0101be55da74a32e9b169864508101f886fe;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/fs.h b/include/fs.h index 2195dc1..8370d88 100644 --- a/include/fs.h +++ b/include/fs.h @@ -46,7 +46,7 @@ int do_fat_fsload(struct cmd_tbl *cmdtp, int flag, int argc, int do_ext2load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); /* - * Tell the fs layer which block device an partition to use for future + * Tell the fs layer which block device and partition to use for future * commands. This also internally identifies the filesystem that is present * within the partition. The identification process may be limited to a * specific filesystem type by passing FS_* in the fstype parameter.