docs(010): spec folder O→C in fix comments

This commit is contained in:
Leadaxe 2026-06-21 17:52:53 +03:00
parent fb8d8d8fca
commit 6513629626
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ func init() {
// coalesced super-packet is never split and corrupts the WG stream
// (download dies). Belt-and-suspenders with the rxOffload guard in
// features_linux.go. TX/GSO untouched.
// See SPECS/010-B-O-WG_ENDPOINT_GRO_SPLIT_BRAIN.
// See SPECS/010-B-C-WG_ENDPOINT_GRO_SPLIT_BRAIN.
if runtime.GOOS == "android" {
return nil
}