diff options
Diffstat (limited to 'arch/mips/include/asm/sgiarcs.h')
-rw-r--r-- | arch/mips/include/asm/sgiarcs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/sgiarcs.h b/arch/mips/include/asm/sgiarcs.h index 26ddfff28c8e..105a9479ac5f 100644 --- a/arch/mips/include/asm/sgiarcs.h +++ b/arch/mips/include/asm/sgiarcs.h | |||
@@ -144,7 +144,7 @@ struct linux_tinfo { | |||
144 | struct linux_vdirent { | 144 | struct linux_vdirent { |
145 | ULONG namelen; | 145 | ULONG namelen; |
146 | unsigned char attr; | 146 | unsigned char attr; |
147 | char fname[32]; /* XXX imperical, should be a define */ | 147 | char fname[32]; /* XXX empirical, should be a define */ |
148 | }; | 148 | }; |
149 | 149 | ||
150 | /* Other stuff for files. */ | 150 | /* Other stuff for files. */ |
@@ -179,7 +179,7 @@ struct linux_finfo { | |||
179 | enum linux_devtypes dtype; | 179 | enum linux_devtypes dtype; |
180 | unsigned long namelen; | 180 | unsigned long namelen; |
181 | unsigned char attr; | 181 | unsigned char attr; |
182 | char name[32]; /* XXX imperical, should be define */ | 182 | char name[32]; /* XXX empirical, should be define */ |
183 | }; | 183 | }; |
184 | 184 | ||
185 | /* This describes the vector containing function pointers to the ARC | 185 | /* This describes the vector containing function pointers to the ARC |