Skip to content

Commit

Permalink
lxfs: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Nov 28, 2024
1 parent ce31301 commit ac4f106
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fs/lxfs/src/mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <vfs.h>
#include <string.h>
#include <stdlib.h>
#include <fnctl.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>

Expand Down
2 changes: 1 addition & 1 deletion fs/lxfs/src/open.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <vfs.h>
#include <string.h>
#include <stdlib.h>
#include <fnctl.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>

Expand Down
2 changes: 1 addition & 1 deletion fs/lxfs/src/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <vfs.h>
#include <string.h>
#include <stdlib.h>
#include <fnctl.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>

Expand Down

0 comments on commit ac4f106

Please sign in to comment.