diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2021-02-27 16:04:10 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2021-03-03 01:33:45 +0000 |
| commit | d977417d74a704930b5952cbd653638ccd25eaa7 (patch) | |
| tree | 7b31564c3d357e835e392c007b7927d9514bad82 /sbin | |
| parent | ab63da3564e8ab0907f9d8eb565774848ffdadeb (diff) | |
Diffstat (limited to 'sbin')
| -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 852909aa9032..0f76ca6149f1 100644 --- a/sbin/mdconfig/mdconfig.c +++ b/sbin/mdconfig/mdconfig.c @@ -423,7 +423,7 @@ md_set_file(const char *fn) /* * Lists md(4) disks. Is used also as a query routine, since it handles XML * interface. 'units' can be NULL for listing memory disks. It might be - * coma-separated string containing md(4) disk names. 'opt' distinguished + * comma-separated string containing md(4) disk names. 'opt' distinguished * between list and query mode. */ static int |
