efilib.h: typo in structure member description
The link should be replaced by list.
This commit is contained in:
parent
024cc69661
commit
832d45d219
@ -51,7 +51,7 @@ typedef STAILQ_HEAD(pdinfo_list, pdinfo) pdinfo_list_t;
|
||||
typedef struct pdinfo
|
||||
{
|
||||
STAILQ_ENTRY(pdinfo) pd_link; /* link in device list */
|
||||
pdinfo_list_t pd_part; /* link of partitions */
|
||||
pdinfo_list_t pd_part; /* list of partitions */
|
||||
EFI_HANDLE pd_handle;
|
||||
EFI_HANDLE pd_alias;
|
||||
EFI_DEVICE_PATH *pd_devpath;
|
||||
|
Loading…
x
Reference in New Issue
Block a user