diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-04-27 21:39:59 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-04-27 21:39:59 +0000 |
commit | e81d0f5a7427529569990300432e59d4b75d822c (patch) | |
tree | c1563052f59b7b74ec5bb8f39dceb83a8879732c /sbin/mdconfig | |
parent | ce8679e47d2234fc3a764d5133c6fbf9118ddacb (diff) | |
download | src-test2-e81d0f5a7427529569990300432e59d4b75d822c.tar.gz src-test2-e81d0f5a7427529569990300432e59d4b75d822c.zip |
Notes
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r-- | sbin/mdconfig/mdconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c index 50c3e96582a7..22e961e50985 100644 --- a/sbin/mdconfig/mdconfig.c +++ b/sbin/mdconfig/mdconfig.c @@ -294,7 +294,7 @@ main(int argc, char **argv) } if (action == LIST) { if (mdio.md_options & MD_AUTOUNIT) { - /* + /* * Listing all devices. This is why we pass NULL * together with OPT_LIST. */ |