summaryrefslogtreecommitdiff
path: root/bsdfsck/preen.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsdfsck/preen.c')
-rw-r--r--bsdfsck/preen.c2
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 {