diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:58:56 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:58:56 +0000 |
commit | 1aa10f5211c9e8ac147cd6375fa1e2e78156a961 (patch) | |
tree | 6346d6692ee8b5d9955c0bdbaa29a8bcfd0cf58b | |
parent | 35fe91116ab18182fbf558d16a5740635dfa7c86 (diff) |
spelling: optimization
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index b1903908b..4d2f04aa5 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3012,7 +3012,7 @@ static int ndpi_init_packet_header(struct ndpi_detection_module_struct *ndpi_str void ndpi_connection_tracking(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { - /* const for gcc code optimisation and cleaner code */ + /* const for gcc code optimization and cleaner code */ struct ndpi_packet_struct *packet = &flow->packet; const struct ndpi_iphdr *iph = packet->iph; #ifdef NDPI_DETECTION_SUPPORT_IPV6 |