diff options
Diffstat (limited to 'include/imximage.h')
-rw-r--r-- | include/imximage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/imximage.h b/include/imximage.h index 1ed3284f15..5a812f5a10 100644 --- a/include/imximage.h +++ b/include/imximage.h @@ -124,7 +124,7 @@ typedef struct { } flash_header_v1_t; typedef struct { - uint32_t length; /* Length of data to be read from flash */ + uint32_t length; /* Length of data to be read from flash */ } flash_cfg_parms_t; typedef struct { |