Skip to content

Commit 4d6a30a

Browse files
committed
fix comment
1 parent 997c6c6 commit 4d6a30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/sdk/common/utils.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ struct response_metadata {
2929

3030
bool operator==(const response_metadata& lhs, const response_metadata& rhs);
3131

32-
/// @brief convert a google::protobuf::Timestamp to time_point
32+
/// @brief convert a google::protobuf::Timestamp to time_pt
3333
time_pt timestamp_to_time_pt(const google::protobuf::Timestamp& timestamp);
3434

35-
/// @brief convert a time_point to a google::protobuf::Timestamp.
35+
/// @brief convert a time_pt to a google::protobuf::Timestamp.
3636
google::protobuf::Timestamp time_pt_to_timestamp(time_pt);
3737

3838
std::vector<unsigned char> string_to_bytes(std::string const& s);

0 commit comments

Comments
 (0)