Skip to content

Commit

Permalink
fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 13, 2024
1 parent 26d77cc commit f46b40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3_platform_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit f46b40d

Please sign in to comment.