Skip to content

Commit c18d845

Browse files
Update uefi-raw/src/protocol/driver.rs
Co-authored-by: Philipp Schuster <[email protected]>
1 parent 64faccf commit c18d845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi-raw/src/protocol/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ impl ComponentName2Protocol {
2222

2323
/// GUID of the original `EFI_COMPONENT_NAME_PROTOCOL`. This protocol was
2424
/// deprecated in UEFI 2.1 in favor of the new
25-
/// `EFI_COMPONENT_NAME2_PROTOCOL`. The The two protocols are identical
25+
/// `EFI_COMPONENT_NAME2_PROTOCOL`. The two protocols are identical
2626
/// except the encoding of supported languages changed from ISO 639-2 to RFC
2727
/// 4646.
2828
pub const DEPRECATED_COMPONENT_NAME_GUID: Guid = guid!("107a772c-d5e1-11d4-9a46-0090273fc14d");

0 commit comments

Comments
 (0)