summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/net/res_comp.c4
-rw-r--r--lib/libkeynote/parse_assertion.c4
-rw-r--r--sys/arch/socppc/socppc/fdt.c4
-rw-r--r--sys/arch/socppc/stand/boot/fdt.c4
-rw-r--r--usr.bin/mg/paragraph.c4
-rw-r--r--usr.sbin/pppd/ipcp.c4
-rw-r--r--usr.sbin/pppd/lcp.c4
7 files changed, 14 insertions, 14 deletions
diff --git a/lib/libc/net/res_comp.c b/lib/libc/net/res_comp.c
index c493d9b20d2..605a9b99225 100644
--- a/lib/libc/net/res_comp.c
+++ b/lib/libc/net/res_comp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: res_comp.c,v 1.18 2015/10/05 02:57:16 guenther Exp $ */
+/* $OpenBSD: res_comp.c,v 1.19 2015/12/14 03:25:59 mmcc Exp $ */
/*
* ++Copyright++ 1985, 1993
@@ -67,7 +67,7 @@ static int dn_find(u_char *, u_char *, u_char **, u_char **);
/*
* Expand compressed domain name 'comp_dn' to full domain name.
- * 'msg' is a pointer to the begining of the message,
+ * 'msg' is a pointer to the beginning of the message,
* 'eomorig' points to the first location after the message,
* 'exp_dn' is a pointer to a buffer of size 'length' for the result.
* Return size of compressed name or -1 if there was an error.
diff --git a/lib/libkeynote/parse_assertion.c b/lib/libkeynote/parse_assertion.c
index 9146197308b..be0980a0de4 100644
--- a/lib/libkeynote/parse_assertion.c
+++ b/lib/libkeynote/parse_assertion.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse_assertion.c,v 1.15 2015/11/19 02:35:24 mmcc Exp $ */
+/* $OpenBSD: parse_assertion.c,v 1.16 2015/12/14 03:25:59 mmcc Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
*
@@ -262,7 +262,7 @@ keynote_fix_fields(struct assertion *ast, int sigfield)
if (keynote_add_htable(as, 1) != RESULT_TRUE)
return -1;
- /* Point to begining of the previous list. */
+ /* Point to beginning of the previous list. */
i--;
break;
}
diff --git a/sys/arch/socppc/socppc/fdt.c b/sys/arch/socppc/socppc/fdt.c
index 410c41ececc..9dae7e2a2b9 100644
--- a/sys/arch/socppc/socppc/fdt.c
+++ b/sys/arch/socppc/socppc/fdt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdt.c,v 1.9 2010/04/21 03:03:26 deraadt Exp $ */
+/* $OpenBSD: fdt.c,v 1.10 2015/12/14 03:25:59 mmcc Exp $ */
/*
* Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net>
@@ -180,7 +180,7 @@ fdt_node_property(void *node, char *name, char **out)
nameid = *(ptr + 2); /* id of name in strings table */
tmp = fdt_get_str(nameid);
if (!strcmp(name, tmp)) {
- *out = (char *)(ptr + 3); /* begining of the value */
+ *out = (char *)(ptr + 3); /* beginning of the value */
return *(ptr + 1); /* size of value */
}
ptr = skip_property(ptr);
diff --git a/sys/arch/socppc/stand/boot/fdt.c b/sys/arch/socppc/stand/boot/fdt.c
index 89b5b9f4ec1..83a72998265 100644
--- a/sys/arch/socppc/stand/boot/fdt.c
+++ b/sys/arch/socppc/stand/boot/fdt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdt.c,v 1.4 2010/06/26 23:24:44 guenther Exp $ */
+/* $OpenBSD: fdt.c,v 1.5 2015/12/14 03:25:59 mmcc Exp $ */
/*
* Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net>
@@ -177,7 +177,7 @@ fdt_node_property(void *node, char *name, char **out)
nameid = *(ptr + 2); /* id of name in strings table */
tmp = fdt_get_str(nameid);
if (!strcmp(name, tmp)) {
- *out = (char *)(ptr + 3); /* begining of the value */
+ *out = (char *)(ptr + 3); /* beginning of the value */
return *(ptr + 1); /* size of value */
}
ptr = skip_property(ptr);
diff --git a/usr.bin/mg/paragraph.c b/usr.bin/mg/paragraph.c
index ed94b2261f0..c756fd877e8 100644
--- a/usr.bin/mg/paragraph.c
+++ b/usr.bin/mg/paragraph.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: paragraph.c,v 1.41 2015/10/10 09:13:14 lum Exp $ */
+/* $OpenBSD: paragraph.c,v 1.42 2015/12/14 03:25:59 mmcc Exp $ */
/* This file is in the public domain. */
@@ -156,7 +156,7 @@ fillpara(int f, int n)
} else
eopline = curwp->w_dotp;
- /* and back top the begining of the paragraph */
+ /* and back top the beginning of the paragraph */
(void)gotobop(FFRAND, 1);
/* initialize various info */
diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c
index 245f73fc28c..1296d897b14 100644
--- a/usr.sbin/pppd/ipcp.c
+++ b/usr.sbin/pppd/ipcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipcp.c,v 1.14 2015/01/16 06:40:19 deraadt Exp $ */
+/* $OpenBSD: ipcp.c,v 1.15 2015/12/14 03:25:59 mmcc Exp $ */
/*
* ipcp.c - PPP IP Control Protocol.
@@ -806,7 +806,7 @@ ipcp_reqci(f, inp, len, reject_if_disagree)
next = inp;
while (l) {
orc = CONFACK; /* Assume success */
- cip = p = next; /* Remember begining of CI */
+ cip = p = next; /* Remember beginning of CI */
if (l < 2 || /* Not enough data for CI header or */
p[1] < 2 || /* CI length too small or */
p[1] > l) { /* CI length too big? */
diff --git a/usr.sbin/pppd/lcp.c b/usr.sbin/pppd/lcp.c
index d09659d0e9c..2d438b881f8 100644
--- a/usr.sbin/pppd/lcp.c
+++ b/usr.sbin/pppd/lcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lcp.c,v 1.12 2015/06/12 14:18:25 mikeb Exp $ */
+/* $OpenBSD: lcp.c,v 1.13 2015/12/14 03:25:59 mmcc Exp $ */
/*
* lcp.c - PPP Link Control Protocol.
@@ -1185,7 +1185,7 @@ lcp_reqci(f, inp, lenp, reject_if_disagree)
rejp = inp;
while (l) {
orc = CONFACK; /* Assume success */
- cip = p = next; /* Remember begining of CI */
+ cip = p = next; /* Remember beginning of CI */
if (l < 2 || /* Not enough data for CI header or */
p[1] < 2 || /* CI length too small or */
p[1] > l) { /* CI length too big? */