Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandreichweinbmw committed Dec 24, 2024
1 parent 0a4c0dc commit 36724d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/etl/unaligned_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ namespace etl
//*******************************************
/// at_address
///\brief Helps to reinterprete memory as unaligned_type. Overload for read only access to const memory.
///\tparam BufferSize Size in bytes for compile size check
///\tparam BufferSize Size in bytes for compile time size check
///\param address Pointer to memory to be reinterpreted.
///\return Reference to unaligned_type object at location specified by address
//*******************************************
Expand Down

0 comments on commit 36724d9

Please sign in to comment.