]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - lib.c
container_members_max_degradation: Switch to using syfs for disk info
[thirdparty/mdadm.git] / lib.c
diff --git a/lib.c b/lib.c
index 7e44b1f27fcc23e65f287d4fdacaa8f3ecc02c7c..be093e8c30cbf0f490d0e3b860f3b22fd66b13ab 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -165,7 +165,7 @@ char *fd2devnm(int fd)
 
 /* When we create a new array, we don't want the content to
  * be immediately examined by udev - it is probably meaningless.
- * So create /run/mdadm/creating-FOO and expect that a udev
+ * So create /run/mdadm/creating-mdXXX and expect that a udev
  * rule will noticed this and act accordingly.
  */
 static char block_path[] = "/run/mdadm/creating-%s";