We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64faccf commit c18d845Copy full SHA for c18d845
uefi-raw/src/protocol/driver.rs
@@ -22,7 +22,7 @@ impl ComponentName2Protocol {
22
23
/// GUID of the original `EFI_COMPONENT_NAME_PROTOCOL`. This protocol was
24
/// deprecated in UEFI 2.1 in favor of the new
25
- /// `EFI_COMPONENT_NAME2_PROTOCOL`. The The two protocols are identical
+ /// `EFI_COMPONENT_NAME2_PROTOCOL`. The two protocols are identical
26
/// except the encoding of supported languages changed from ISO 639-2 to RFC
27
/// 4646.
28
pub const DEPRECATED_COMPONENT_NAME_GUID: Guid = guid!("107a772c-d5e1-11d4-9a46-0090273fc14d");
0 commit comments