summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/stdlib/getopt_long.c4
-rw-r--r--sys/dev/ic/an.c4
-rw-r--r--sys/kern/kern_clock.c4
-rw-r--r--usr.bin/at/at.c6
4 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c
index 1bf7996998c..41b6cd9f8d8 100644
--- a/lib/libc/stdlib/getopt_long.c
+++ b/lib/libc/stdlib/getopt_long.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getopt_long.c,v 1.19 2005/08/08 08:05:36 espie Exp $ */
+/* $OpenBSD: getopt_long.c,v 1.20 2005/10/25 15:49:37 jmc Exp $ */
/* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
/*
@@ -495,7 +495,7 @@ getopt(int nargc, char * const *nargv, const char *options)
{
/*
- * We dont' pass FLAG_PERMUTE to getopt_internal() since
+ * We don't pass FLAG_PERMUTE to getopt_internal() since
* the BSD getopt(3) (unlike GNU) has never done this.
*
* Furthermore, since many privileged programs call getopt()
diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c
index d429ead4dee..fa3c5355d04 100644
--- a/sys/dev/ic/an.c
+++ b/sys/dev/ic/an.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: an.c,v 1.42 2005/06/20 22:42:29 jsg Exp $ */
+/* $OpenBSD: an.c,v 1.43 2005/10/25 15:49:37 jmc Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -907,7 +907,7 @@ an_setdef(sc, areq)
/* Disable the MAC */
an_cmd(sc, AN_CMD_DISABLE, 0);
- /* Just write the key, we dont' want to save it */
+ /* Just write the key, we don't want to save it */
an_write_record(sc, (struct an_ltv_gen *)areq);
/* Turn the MAC back on */
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index 953c9bc58a5..b5e6c3e7e81 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_clock.c,v 1.53 2005/10/03 01:19:44 aaron Exp $ */
+/* $OpenBSD: kern_clock.c,v 1.54 2005/10/25 15:49:37 jmc Exp $ */
/* $NetBSD: kern_clock.c,v 1.34 1996/06/09 04:51:03 briggs Exp $ */
/*-
@@ -127,7 +127,7 @@ void
generic_softclock(void *ignore)
{
/*
- * XXX - dont' commit, just a dummy wrapper until we learn everyone
+ * XXX - don't commit, just a dummy wrapper until we learn everyone
* deal with a changed proto for softclock().
*/
softclock();
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c
index b7cfd0d6c63..a9308405e24 100644
--- a/usr.bin/at/at.c
+++ b/usr.bin/at/at.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: at.c,v 1.43 2005/06/23 14:39:35 jmc Exp $ */
+/* $OpenBSD: at.c,v 1.44 2005/10/25 15:49:38 jmc Exp $ */
/*
* at.c : Put file into atrun queue
@@ -42,7 +42,7 @@
#define TIMESIZE 50 /* Size of buffer passed to strftime() */
#ifndef lint
-static const char rcsid[] = "$OpenBSD: at.c,v 1.43 2005/06/23 14:39:35 jmc Exp $";
+static const char rcsid[] = "$OpenBSD: at.c,v 1.44 2005/10/25 15:49:38 jmc Exp $";
#endif
/* Variables to remove from the job's environment. */
@@ -303,7 +303,7 @@ writefile(const char *cwd, time_t runtimer, char queue)
/*
* Write out the environment. Anything that may look like a special
* character to the shell is quoted, except for \n, which is done
- * with a pair of "'s. Dont't export the no_export list (such as
+ * with a pair of "'s. Don't export the no_export list (such as
* TERM or DISPLAY) because we don't want these.
*/
for (atenv = environ; *atenv != NULL; atenv++) {