Skip to content

Commit ad885f0

Browse files
Matsievskiy S.VSergey Matsievskiy
authored andcommitted
Fix field comment line
1 parent 450c26b commit ad885f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fru.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ typedef fru_info_area_t fru_chassis_area_t;
199199

200200
typedef struct fru_board_area_s {
201201
FRU_INFO_AREA_HEADER;
202-
uint8_t mfgdate[3]; ///< Manufacturing date/time in seconds since 1996/1/1 0:00
202+
uint8_t mfgdate[3]; ///< Manufacturing date/time in minutes since 1996/1/1 0:00
203203
uint8_t data[]; ///< Variable size (multiple of 8 bytes) data with tail padding and checksum
204204
} fru_board_area_t;
205205

0 commit comments

Comments
 (0)