summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-20 20:41:32 +0000
committerMatt Wilson <msw@redhat.com>2001-06-20 20:41:32 +0000
commitfa6cb866187230ce67cfa3147392667264c69f27 (patch)
tree895fdc94c145a4b3eb039198788eef250ab49cc7
parent1302afe594bb5eb3eb4854accd71a81858f506ea (diff)
downloadanaconda-fa6cb866187230ce67cfa3147392667264c69f27.tar.gz
anaconda-fa6cb866187230ce67cfa3147392667264c69f27.tar.xz
anaconda-fa6cb866187230ce67cfa3147392667264c69f27.zip
typo
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index bea329fcc..8d49de695 100644
--- a/fsset.py
+++ b/fsset.py
@@ -240,7 +240,7 @@ class raidMemberDummyFileSystem(FileSystemType):
self.name = "software raid component"
def isSupported(self):
- # XXX look at /proc/mdset ?
+ # XXX look at /proc/mdstat ?
return 1
def formatDevice(self, entry, progress, message, chroot='/'):