summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-11-07 02:50:34 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-11-07 02:50:34 +0000
commit6769bcc4bd4a1f1cafe4acd41887e09299e41225 (patch)
tree09fac30acfb392ac418e1d4c5b197360f7cafe5b /sys
parentbd87d530432bb59e0e8e9945eb3552c2580af213 (diff)
Fix typo in comment
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 6227ed78de1..8e73aab84b3 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.h,v 1.227 2016/11/07 00:26:32 guenther Exp $ */
+/* $OpenBSD: proc.h,v 1.228 2016/11/07 02:50:33 guenther Exp $ */
/* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */
/*-
@@ -126,7 +126,7 @@ struct emul {
/*
* time usage: accumulated times in ticks
- * One a second, each thread's immediate counts (p_[usi]ticks) are
+ * Once a second, each thread's immediate counts (p_[usi]ticks) are
* accumulated into these.
*/
struct tusage {