[ip6] refer to correct RFC in comments/docs (#8711)

This commit updates comments to refer to correct RFC number. RFC 6052
instead of 6502 (typo in some comments).
This commit is contained in:
Abtin Keshavarzian
2023-02-02 10:07:58 -08:00
committed by GitHub
parent 632b63089c
commit e5530a7e5f
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ void TestIp4Ip6Translation(void)
const char *mIp6Address; // Expected IPv6 address (with embedded IPv4 "192.0.2.33").
};
// The test cases are from RFC 6502 - section 2.4
// The test cases are from RFC 6052 - section 2.4
const TestCase kTestCases[] = {
{"2001:db8::", 32, "2001:db8:c000:221::"},