Skip to content

Commit

Permalink
correct capitalization of trait name
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Visaya committed Dec 18, 2024
1 parent 8b58583 commit dafa598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/dma/src/hil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use kernel::ErrorCode;
/// This trait provides the interfaces for managing DMA transfers.
/// The full description of the DMA interface can be found in the Caliptra Subsystem Specification:
/// https://github.com/chipsalliance/caliptra-ss/blob/main/docs/Caliptra%202.0%20Subsystem%20Specification%201.pdf
pub trait dma {
pub trait DMA {
/// Configure the DMA transfer with 64-bit source and destination addresses.
///
/// # Arguments:
Expand Down

0 comments on commit dafa598

Please sign in to comment.