[PATCH] net/wan: fix repeated words in comments

Jilin Yuan posted 1 patch 3 years, 9 months ago
drivers/net/wan/farsync.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] net/wan: fix repeated words in comments
Posted by Jilin Yuan 3 years, 9 months ago
 Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/net/wan/farsync.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wan/farsync.h b/drivers/net/wan/farsync.h
index 5f43568a9715..f904a824b366 100644
--- a/drivers/net/wan/farsync.h
+++ b/drivers/net/wan/farsync.h
@@ -44,7 +44,7 @@
  *      package and is a simplified number for normal user reference.
  *      Individual files are tracked by the version control system and may
  *      have individual versions (or IDs) that move much faster than the
- *      the release version as individual updates are tracked.
+ *      release version as individual updates are tracked.
  */
 #define FST_USER_VERSION        "1.04"
 
-- 
2.36.1