diff --git a/en/device-dev/driver/driver-platform-sdio-develop.md b/en/device-dev/driver/driver-platform-sdio-develop.md index 1f0fcd50d39d2f8c3649e00cdaea1c7525e4fafc..107b4494ae24992acb058762139703268bb1559b 100644 --- a/en/device-dev/driver/driver-platform-sdio-develop.md +++ b/en/device-dev/driver/driver-platform-sdio-develop.md @@ -295,7 +295,7 @@ struct SdioDeviceOps { >- **maxBlockNum**: specifies the maximum number of blocks in a request. >- **maxBlockSize**: specifies the maximum number of bytes in a block. >- **maxRequestSize**: specifies the maximum number of bytes in a request. ->- **enTimeout**: specifies the maximum timeout period in milliseconds. +>- **enTimeout**: specifies the maximum timeout period, in milliseconds. >- **funcNum**: specifies the function number, which ranges from **1** to **7**. >- **irqCap**: specifies the interrupt request \(IRQ\) capabilities. >- **\(void \*\)data**