diff options
author | Roland McGrath <roland@gnu.org> | 1997-06-26 21:28:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1997-06-26 21:28:43 +0000 |
commit | 32a54677fd094d8e96055b4a71c463d4340b3ff5 (patch) | |
tree | c32a9f96cec765b273d23fe088c0a219d305fdd6 /sutils/fstab.h | |
parent | 7e368b0a0cb921f9b75e25585886067a942ab089 (diff) |
fix typo in comment
Diffstat (limited to 'sutils/fstab.h')
-rw-r--r-- | sutils/fstab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/fstab.h b/sutils/fstab.h index b8616185..b959655f 100644 --- a/sutils/fstab.h +++ b/sutils/fstab.h @@ -28,7 +28,7 @@ struct fs { - struct fstab *fstab; /* Containg fstab. */ + struct fstab *fstab; /* Containing fstab. */ struct mntent mntent; /* Mount entry from fstab file. */ char *storage; /* Storage for strings in MNTENT. */ struct fstype *type; /* Only set if fs_type called. */ |