1
0
Эх сурвалжийг харах

correct a spelling error in dfs_def.h
DFS_STATUS_EAGIAN -> DFS_STATUS_EAGAIN

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1922 bbd45198-f89e-11dd-88c7-29a3b14d5316

dzzxzz@gmail.com 13 жил өмнө
parent
commit
4d7fe31bc2

+ 1 - 1
components/dfs/include/dfs_def.h

@@ -160,7 +160,7 @@
 #define DFS_STATUS_EIO		 	5		/* I/O error */
 #define DFS_STATUS_ENXIO		6		/* No such device or address */
 #define DFS_STATUS_EBADF		9		/* Bad file number */
-#define DFS_STATUS_EAGIAN		11		/* Try again */
+#define DFS_STATUS_EAGAIN		11		/* Try again */
 #define DFS_STATUS_ENOMEM		12		/* no memory */
 #define DFS_STATUS_EBUSY		16		/* Device or resource busy */
 #define DFS_STATUS_EEXIST		17		/* File exists */