Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 18:06:42 GMT
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1191347 for review
Message-ID:  <201402261806.s1QI6g3x098752@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/types.h>
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402261806.s1QI6g3x098752>