summaryrefslogtreecommitdiffstats
path: root/src/adapt/nstack_share_res.h
diff options
context:
space:
mode:
authorRahul Gupta <rahul.g.chimera@gmail.com>2018-06-26 11:19:13 +0530
committerRahul Gupta <rahul.g.chimera@gmail.com>2018-06-26 11:19:13 +0530
commit82b5e45ebf316afd7daa97d9f9b7b75636fb4e64 (patch)
treefabed7d2c0cc187206b2f2e768a4afaafa046bd8 /src/adapt/nstack_share_res.h
parent24cbcfaa6fa1121dec1a029a1df114f065341156 (diff)
Spell correction
Change-Id: Icc062e358398ecf0fc46b7a55ce1c37a71aee650 Signed-off-by: Rahul Gupta <rahul.g.chimera@gmail.com>
Diffstat (limited to 'src/adapt/nstack_share_res.h')
-rw-r--r--src/adapt/nstack_share_res.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adapt/nstack_share_res.h b/src/adapt/nstack_share_res.h
index 5025482..2737730 100644
--- a/src/adapt/nstack_share_res.h
+++ b/src/adapt/nstack_share_res.h
@@ -48,7 +48,7 @@ typedef struct nstack_tick_info
{
uint64_t *tick_ptr; // tick from shared memory
uint64_t interval; // tick interval, only used in stack process
- /* tick refference, updated periodically and read in tcpip_thread only */
+ /* tick reference, updated periodically and read in tcpip_thread only */
struct timeval ref_time; // ref tick time
uint64_t ref_tick; // ref tick
} nstack_tick_info_t;