tests: Fix spelling in comment.

This commit is contained in:
Richard W.M. Jones
2012-06-12 19:49:45 +01:00
parent 7509cdf18e
commit 9a5c0d3908

View File

@@ -36,10 +36,10 @@ cat <<'EOF' > test.fstab
# Xen-style partition names.
/dev/xvda1 /boot ext2 default 0 0
# Non-existant device.
# Non-existent device.
/dev/sdb3 /var ext2 default 0 0
# Non-existant mountpoint.
# Non-existent mountpoint.
/dev/VG/LV1 /nosuchfile ext2 default 0 0
EOF