aboutsummaryrefslogtreecommitdiff
path: root/include/block/ufs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/block/ufs.h')
-rw-r--r--include/block/ufs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/block/ufs.h b/include/block/ufs.h
index 7631a5a..0b6ec08 100644
--- a/include/block/ufs.h
+++ b/include/block/ufs.h
@@ -379,7 +379,7 @@ typedef struct Attributes {
/* Command response result code */
typedef enum CommandRespCode {
- UFS_COMMAND_RESULT_SUCESS = 0x00,
+ UFS_COMMAND_RESULT_SUCCESS = 0x00,
UFS_COMMAND_RESULT_FAIL = 0x01,
} CommandRespCode;