PERFORCE change 1191347 for review
Christian Brueffer
brueffer at FreeBSD.org
Wed Feb 26 18:06:43 UTC 2014
http://p4web.freebsd.org/@@1191347?ac=10
Change 1191347 by brueffer at 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)
More information about the p4-projects
mailing list