From c427295e9a8e57eae77cb530a4c779981953abeb Mon Sep 17 00:00:00 2001 From: Adam Leventhal Date: Thu, 23 May 2024 12:18:00 -0700 Subject: [PATCH] Update common/src/address.rs Co-authored-by: Andrew J. Stone --- common/src/address.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/address.rs b/common/src/address.rs index c0aeb1a70f..b7476d6ff4 100644 --- a/common/src/address.rs +++ b/common/src/address.rs @@ -76,7 +76,7 @@ pub const NTP_PORT: u16 = 123; /// The length for all VPC IPv6 prefixes pub const VPC_IPV6_PREFIX_LENGTH: u8 = 48; -/// The prefix length for all VPC Sunets +/// The prefix length for all VPC subnets pub const VPC_SUBNET_IPV6_PREFIX_LENGTH: u8 = 64; // The number of ports available to an SNAT IP.