From f46b40d3ebd4f72e8b7212f1270c7759bd3799e2 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Fri, 13 Dec 2024 09:27:22 -0800 Subject: [PATCH] fix unit --- source/s3_platform_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/s3_platform_info.c b/source/s3_platform_info.c index d49e60da..9609fc1f 100644 --- a/source/s3_platform_info.c +++ b/source/s3_platform_info.c @@ -87,7 +87,7 @@ struct aws_s3_platform_info s_p5en_platform_info = { /**** Begin trn2.48xlarge and trn2u.48xlarge *****/ /* - * Similar to P5 comment above, we will not be able to get the advertised 3.2Tb bandwidth from CPU. + * Similar to P5 comment above, we will not be able to get the advertised 3.2TB/s bandwidth from CPU. */ static struct aws_s3_platform_info s_trn2_platform_info = { .instance_type = AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("trn2.48xlarge"),