From 18f2f93039bd155ea7f8553c83ee48eb1f48dce2 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 22 Jun 2000 23:04:27 +0000 Subject: [PATCH] style lint --- bin/named/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/named/client.c b/bin/named/client.c index 4446537f25..a22d86614d 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: client.c,v 1.96 2000/06/22 21:49:18 tale Exp $ */ +/* $Id: client.c,v 1.97 2000/06/22 23:04:27 tale Exp $ */ #include @@ -722,7 +722,7 @@ ns_client_error(ns_client_t *client, isc_result_t result) { rcode = dns_result_torcode(result); /* - * message may be an in-progress reply that we had trouble + * Message may be an in-progress reply that we had trouble * with, in which case QR will be set. We need to clear QR before * calling dns_message_reply() to avoid triggering an assertion. */