netutils/webclient: fix function comment
authorJihun Ahn <jhun.ahn@samsung.com>
Mon, 15 May 2017 02:30:39 +0000 (11:30 +0900)
committerEunBong Song <eunb.song@samsung.com>
Tue, 11 Jul 2017 11:12:17 +0000 (20:12 +0900)
Currently, The name of this inline function is 'wget_parseheaders',
but in comments it was written as 'wget_parsestatus'.

This commit fix this function comment.

Change-Id: I66a15599f04ca7d5b592a13abaa1acc4c2a790f4
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
apps/netutils/webclient/webclient.c

index 875f24a..cbba430 100644 (file)
@@ -342,7 +342,7 @@ static inline int wget_parsestatus(struct wget_s *ws)
 }
 
 /****************************************************************************
- * Name: wget_parsestatus
+ * Name: wget_parseheaders
  ****************************************************************************/
 
 static inline int wget_parseheaders(struct wget_s *ws)