From 606242934dc5df6722f4ed267115f186f1697d80 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Fri, 8 Sep 2023 16:30:54 +0200 Subject: [PATCH] iox-#1755 Fix typo --- iceoryx_hoofs/reporting/include/iox/log/logstream.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iceoryx_hoofs/reporting/include/iox/log/logstream.hpp b/iceoryx_hoofs/reporting/include/iox/log/logstream.hpp index cb00a42ac1e..c72c4ed8cf9 100644 --- a/iceoryx_hoofs/reporting/include/iox/log/logstream.hpp +++ b/iceoryx_hoofs/reporting/include/iox/log/logstream.hpp @@ -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;