From owner-p4-projects@FreeBSD.ORG Wed Feb 26 18:06:42 2014 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B2D6BE1C; Wed, 26 Feb 2014 18:06:42 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B746E1A for ; Wed, 26 Feb 2014 18:06:42 +0000 (UTC) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:1900:2254:2068::682:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43DA616B0 for ; Wed, 26 Feb 2014 18:06:42 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.8/8.14.8) with ESMTP id s1QI6gNm098755 for ; Wed, 26 Feb 2014 18:06:42 GMT (envelope-from brueffer@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.8/8.14.8/Submit) id s1QI6g3x098752 for perforce@freebsd.org; Wed, 26 Feb 2014 18:06:42 GMT (envelope-from brueffer@freebsd.org) Date: Wed, 26 Feb 2014 18:06:42 GMT Message-Id: <201402261806.s1QI6g3x098752@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to brueffer@freebsd.org using -f From: Christian Brueffer Subject: PERFORCE change 1191347 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.17 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 18:06:43 -0000 http://p4web.freebsd.org/@@1191347?ac=10 Change 1191347 by brueffer@brueffer_freefall on 2014/02/26 18:05:48 Fix typos and grammar in comments. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_io.c#77 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_io.c#77 (text+ko) ==== @@ -32,7 +32,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_io.c#76 $ + * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_io.c#77 $ */ #include @@ -268,7 +268,7 @@ } /* - * Prints the beggining of attribute. + * Prints the beginning of an attribute. */ static void open_attr(FILE *fp, const char *str) @@ -278,7 +278,7 @@ } /* - * Prints the end of attribute. + * Prints the end of an attribute. */ static void close_attr(FILE *fp) @@ -288,7 +288,7 @@ } /* - * Prints the end of tag. + * Prints the end of a tag. */ static void close_tag(FILE *fp, u_char type)