We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3df3d commit 49717c4Copy full SHA for 49717c4
1 file changed
core/shared/platform/zephyr/zephyr_file.c
@@ -16,9 +16,9 @@
16
17
/* Notes:
18
* 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
+ * To manage our file descriptors, we created a struct `zephyr_fs_desc` that
+ * represent a zephyr file descriptor and hold useful informations.
+ * We also created a file descriptor table to keep track of all the file
22
* descriptors.
23
*
24
* To pass the file descriptor reference to the higher level abstraction, we
0 commit comments