mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Spelling
This commit is contained in:
parent
7b3a12a825
commit
f73eedd8a6
3 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,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 {
|
||||
|
|
|
|||
|
|
@ -56,7 +56,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 {
|
||||
|
|
|
|||
|
|
@ -57,7 +57,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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue