diff mbox

obvious comment fix (f to if) in resolv/res_query.c

Message ID 1396980205-2040-1-git-send-email-joseph@josephholsten.com
State New
Headers show

Commit Message

Joseph Anthony Pasquale Holsten April 8, 2014, 6:03 p.m. UTC
---
 resolv/res_query.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Siddhesh Poyarekar April 11, 2014, 9:47 a.m. UTC | #1
On Tue, Apr 08, 2014 at 11:03:25AM -0700, Joseph Anthony Pasquale Holsten wrote:
> ---
>  resolv/res_query.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, I have pushed this change.

Siddhesh
diff mbox

Patch

diff --git a/resolv/res_query.c b/resolv/res_query.c
index 88c8255..1345dd1 100644
--- a/resolv/res_query.c
+++ b/resolv/res_query.c
@@ -482,7 +482,7 @@  __libc_res_nsearch(res_state statp,
 	}
 
 	/*
-	 * f the query has not already been tried as is then try it
+	 * if the query has not already been tried as is then try it
 	 * unless RES_NOTLDQUERY is set and there were no dots.
 	 */
 	if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0)