Skip to content

Commit

Permalink
iox-#1755 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Sep 8, 2023
1 parent 3098fd8 commit 6062429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iceoryx_hoofs/reporting/include/iox/log/logstream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ class LogStream
/// @return a reference to the LogStream instance
LogStream& operator<<(const short val) noexcept;

/// @brief Logging support for 'unsigned shor'
/// @param[in] val is the 'unsigned shor' to log
/// @brief Logging support for 'unsigned short'
/// @param[in] val is the 'unsigned short' to log
/// @return a reference to the LogStream instance
LogStream& operator<<(const unsigned short val) noexcept;

Expand Down

0 comments on commit 6062429

Please sign in to comment.