From owner-trustedbsd-cvs@FreeBSD.ORG Sun Aug 27 02:22:37 2006 Return-Path: X-Original-To: trustedbsd-cvs@freebsd.org Delivered-To: trustedbsd-cvs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE5816A4DA for ; Sun, 27 Aug 2006 02:22:37 +0000 (UTC) (envelope-from owner-perforce@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3AD43D45 for ; Sun, 27 Aug 2006 02:22:37 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by cyrus.watson.org (Postfix) with ESMTP id E397446D8B for ; Sat, 26 Aug 2006 22:22:35 -0400 (EDT) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 4C82D5601C; Sun, 27 Aug 2006 02:22:33 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4470E16A4E1; Sun, 27 Aug 2006 02:22:33 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2191016A4DA for ; Sun, 27 Aug 2006 02:22:33 +0000 (UTC) (envelope-from trhodes@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E088E43D46 for ; Sun, 27 Aug 2006 02:22:32 +0000 (GMT) (envelope-from trhodes@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7R2MWgd054147 for ; Sun, 27 Aug 2006 02:22:32 GMT (envelope-from trhodes@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7R2MWwH054144 for perforce@freebsd.org; Sun, 27 Aug 2006 02:22:32 GMT (envelope-from trhodes@freebsd.org) Date: Sun, 27 Aug 2006 02:22:32 GMT Message-Id: <200608270222.k7R2MWwH054144@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to trhodes@freebsd.org using -f From: Tom Rhodes To: Perforce Change Reviews Cc: Subject: PERFORCE change 105156 for review X-BeenThere: trustedbsd-cvs@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD CVS and Perforce commit message list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Aug 2006 02:22:37 -0000 http://perforce.freebsd.org/chv.cgi?CH=105156 Change 105156 by trhodes@trhodes_local on 2006/08/27 02:21:37 Spelling issues. Noticed by: Daniel Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#15 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#15 (text+ko) ==== @@ -34,7 +34,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#14 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#15 $ */ #ifndef _AUDIT_INTERNAL_H @@ -70,9 +70,9 @@ /* * We could determined the header and trailer sizes by defining appropriate - * structures. We hold off that approach until we have a consistant way of + * structures. We hold off that approach until we have a consistent way of * using structures for all tokens. This is not straightforward since these - * token structures may contain pointers of whose contents we dont know the + * token structures may contain pointers of whose contents we do not know the * size (e.g text tokens). */ #define AUDIT_HEADER_SIZE 18