Skip to content

Commit 49717c4

Browse files
committed
Fixed comment text
1 parent da3df3d commit 49717c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/shared/platform/zephyr/zephyr_file.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
/* Notes:
1818
* This is the implementation of a POSIX-like file system interface for Zephyr.
19-
* To manage our file descriptors, we a struct `zephyr_fs_desc` is created that
20-
* represents a zephyr file descriptor and holds useful information.
21-
* A file descriptor table is also created to keep track of all the file
19+
* To manage our file descriptors, we created a struct `zephyr_fs_desc` that
20+
* represent a zephyr file descriptor and hold useful informations.
21+
* We also created a file descriptor table to keep track of all the file
2222
* descriptors.
2323
*
2424
* To pass the file descriptor reference to the higher level abstraction, we

0 commit comments

Comments
 (0)