You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/11/17 19:40:27 UTC

[GitHub] [trafficserver] bneradt commented on a diff in pull request #9203: libswoc - replace string_view_util with libswoc version.

bneradt commented on code in PR #9203:
URL: https://github.com/apache/trafficserver/pull/9203#discussion_r1025627504


##########
lib/swoc/include/swoc/string_view_util.h:
##########
@@ -85,15 +74,14 @@ strcmp(const std::string_view &lhs, const std::string_view &rhs)
  * @code
  *   memcpy(dst, src.data(), size.size());
  * @endcode
- * Therefore @a dst must point at a buffer large enough to hold @a src. If this is not already
+ * Therefore @a dst must point at a buffer large enought to hold @a src. If this is not already

Review Comment:
   enought



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org