aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-10 21:49:41 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-10 21:49:41 +0000
commitd38142cc1fea5931446649437b30e7cabc8cab96 (patch)
treee34cff60f4a97df6b8c093bfa923ec96891b3169 /include
parent2172eae85d3cb9ccadde9551ae6e26364c4016fb (diff)
downloadplptools-d38142cc1fea5931446649437b30e7cabc8cab96.tar.gz
plptools-d38142cc1fea5931446649437b30e7cabc8cab96.tar.bz2
plptools-d38142cc1fea5931446649437b30e7cabc8cab96.zip
Fix confusing comment.
Diffstat (limited to 'include')
-rw-r--r--include/mp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mp.h b/include/mp.h
index 0ca5501..362e223 100644
--- a/include/mp.h
+++ b/include/mp.h
@@ -19,7 +19,7 @@ typedef struct p_inode {
*/
typedef struct p_device {
char *name; /* Volume-Name */
- char letter; /* Drive-Number (zero-based, i.e. 0 = A, 1 = B, 2 = C ...) */
+ char letter; /* Drive-Letter */
long attrib; /* Device-Attribs */
long total; /* Total capacity in bytes */
long free; /* Free space in bytes */