From 1c1c45b41cfcf366d872b58f0f3e95e7a46fef48 Mon Sep 17 00:00:00 2001 From: Shunsuke Kimura Date: Mon, 4 Aug 2025 13:31:33 +0900 Subject: [PATCH] gxf_extentions: fix typo Signed-off-by: Shunsuke Kimura --- gxf_extensions/ucx/ucx_holoscan_component_serializer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gxf_extensions/ucx/ucx_holoscan_component_serializer.cpp b/gxf_extensions/ucx/ucx_holoscan_component_serializer.cpp index b33be2f2..12e495fe 100644 --- a/gxf_extensions/ucx/ucx_holoscan_component_serializer.cpp +++ b/gxf_extensions/ucx/ucx_holoscan_component_serializer.cpp @@ -264,7 +264,7 @@ Expected UcxHoloscanComponentSerializer::serializeMessageLabel( "%zu bytes. You can try to increase the buffer capacity by setting the " "HOLOSCAN_UCX_SERIALIZATION_BUFFER_SIZE environment variable, but the limit it is " "possible to set will depend on the maximum header size supported by the underlying " - "ucp_send_am_nbx function of UCX.", + "ucp_am_send_nbx function of UCX.", total_size, buffer_capacity); return Unexpected{GXF_FAILURE};