Correct a typo that crept in somewhere

This commit is contained in:
John Emmas 2019-04-14 19:34:37 +01:00
parent 2f91bdfa53
commit 94036cc7c0
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ struct dirent
{
long d_ino; // Always zero
unsigned short d_reclen; // Always zero
unsigned shor d_namlen; // Length of name in d_name
unsigned short d_namlen; // Length of name in d_name
char d_name[FILENAME_MAX]; // File name
};