From 4d7fe31bc2ac836e234166916be7f1e4cd972cab Mon Sep 17 00:00:00 2001 From: "dzzxzz@gmail.com" Date: Sun, 29 Jan 2012 01:33:51 +0000 Subject: [PATCH] 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 --- components/dfs/include/dfs_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dfs/include/dfs_def.h b/components/dfs/include/dfs_def.h index 8c40123b14..b96118fe41 100644 --- a/components/dfs/include/dfs_def.h +++ b/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 */ -- GitLab