Fix a typo in a comment (#6537)

This commit is contained in:
Adam Zapaśnik 2022-12-03 01:45:35 +03:00 committed by GitHub
parent d8d5a030f4
commit 4f05933308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ var (
Mask: []byte{255, 255, 255, 255}, Mask: []byte{255, 255, 255, 255},
}, },
// RFC 6598 // RFC 6598
// 100.64.0.0./10 // 100.64.0.0/10
{ {
IP: []byte{100, 64, 0, 0}, IP: []byte{100, 64, 0, 0},
Mask: []byte{255, 192, 0, 0}, Mask: []byte{255, 192, 0, 0},