genfstab: fix typo in comment

This commit is contained in:
Dave Reisner 2012-11-23 23:35:28 -05:00
parent be6afd2b30
commit d7624977d3

View File

@ -10,7 +10,7 @@ write_source() {
label=$(blkid -s LABEL -o value "$1" 2>/dev/null)
uuid=$(blkid -s UUID -o value "$1" 2>/dev/null)
# bind mounds do not have a UUID!
# bind mounts do not have a UUID!
case $bytag in
'')