From 9a9dab3670110c2db7fe6f716977b72adedbf855 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 8 Mar 2002 00:03:52 +0000 Subject: mdadm-0.7 --- Examine.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Examine.c') diff --git a/Examine.c b/Examine.c index c8fbfbb..dc33e0f 100644 --- a/Examine.c +++ b/Examine.c @@ -1,5 +1,5 @@ /* - * mdctl - manage Linux "md" devices aka RAID arrays. + * mdadm - manage Linux "md" devices aka RAID arrays. * * Copyright (C) 2001-2002 Neil Brown * @@ -27,7 +27,7 @@ * Australia */ -#include "mdctl.h" +#include "mdadm.h" #include "dlink.h" #if ! defined(__BIG_ENDIAN) && ! defined(__LITTLE_ENDIAN) @@ -50,7 +50,7 @@ int Examine(mddev_dev_t devlist, int brief, char *conffile) * * utime, state etc * - * If (brief) gather devices for same array and just print a mdctl.conf line including devices= + * If (brief) gather devices for same array and just print a mdadm.conf line including devices= * if devlist==NULL, use conf_get_devs( */ int fd; -- cgit