mirror of
https://github.com/espressif/openthread.git
synced 2026-09-10 11:10:08 +00:00
[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:
@@ -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::"},
|
||||
|
||||
Reference in New Issue
Block a user