From 949bcaa15501a16908371d38af3bf354b6d84d53 Mon Sep 17 00:00:00 2001 From: David Lin Date: Sat, 29 Feb 2020 08:44:22 +0800 Subject: [PATCH] Fixed typo 'thead' in thread_neighbor_class.h Note that the word 'thead' is wrong, so that 'thead' should been replaced with thread'. --- .../source/6LoWPAN/Thread/thread_neighbor_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/nanostack/sal-stack-nanostack/source/6LoWPAN/Thread/thread_neighbor_class.h b/features/nanostack/sal-stack-nanostack/source/6LoWPAN/Thread/thread_neighbor_class.h index 8dc22889ae..5244441741 100644 --- a/features/nanostack/sal-stack-nanostack/source/6LoWPAN/Thread/thread_neighbor_class.h +++ b/features/nanostack/sal-stack-nanostack/source/6LoWPAN/Thread/thread_neighbor_class.h @@ -32,7 +32,7 @@ struct thread_neighbor_class_s; -/** Thead Spesific ModeFlags */ +/** Thread Spesific ModeFlags */ #define MLE_THREAD_SECURED_DATA_REQUEST 0x04 #define MLE_THREAD_REQ_FULL_DATA_SET 0x01