Skip to content

Commit e24e3ab

Browse files
committed
Fix comment
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 60967e1 commit e24e3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_utils/include/cpp_utils/ReturnCode.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class ReturnCode
8181

8282
protected:
8383

84-
//! Link every ReturnCode available with a string to deserialize
84+
//! Link every ReturnCodeValue available with a string to deserialize
8585
static const std::map<ReturnCodeValue, std::string> to_string_conversion_;
8686

8787
//! \c ReturnCode value

0 commit comments

Comments
 (0)