change: typo.

This commit is contained in:
Yuansheng 2019-07-21 09:14:37 +08:00
parent 41685d402d
commit f8a3741211

View file

@ -88,7 +88,7 @@ struct _R3Route {
unsigned int remote_addr_v4; unsigned int remote_addr_v4;
int remote_addr_v4_bits; int remote_addr_v4_bits;
int http_scheme; // can be (SCHEME_HTTP or SCHEME_HTTP) int http_scheme; // can be (SCHEME_HTTP or SCHEME_HTTPS)
} __attribute__((aligned(64))); } __attribute__((aligned(64)));