diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-22 02:25:36 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-22 02:25:36 +0200 |
commit | ccece5b029f0463fa679522cd57550fab47a1ad0 (patch) | |
tree | 5ad1e9002ce0a338f12698a34f734952fea945ca /bsdfsck/preen.c | |
parent | 443eab01605fa044c97913b64142d7a9b5410b95 (diff) | |
parent | d66e08a12f4efdbf90197119fbfe1e0e21e17973 (diff) |
Merge branch 'upstream-merged'
Diffstat (limited to 'bsdfsck/preen.c')
-rw-r--r-- | bsdfsck/preen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsdfsck/preen.c b/bsdfsck/preen.c index 7893a5e1..5650f900 100644 --- a/bsdfsck/preen.c +++ b/bsdfsck/preen.c @@ -51,7 +51,7 @@ struct part { struct part *next; /* forward link of partitions on disk */ char *name; /* device name */ char *fsname; /* mounted filesystem name */ - long auxdata; /* auxillary data for application */ + long auxdata; /* auxiliary data for application */ } *badlist, **badnext = &badlist; struct disk { |