diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-12-22 21:36:58 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-12-22 21:36:58 +0000 |
commit | 8a781bf56ba49450f6251a7e62226d607f94e5fa (patch) | |
tree | 0939ba2ab92b9cfb8c060a149ee14480f69b1c2f /sys | |
parent | ec64f1cbf5c884f7f940c87aeb2f342af90868cb (diff) |
commited -> committed
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/sgi/wscons_machdep.c | 4 | ||||
-rw-r--r-- | sys/nfs/nfs_vnops.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sgi/sgi/wscons_machdep.c b/sys/arch/sgi/sgi/wscons_machdep.c index d30f6c82372..abcf131e234 100644 --- a/sys/arch/sgi/sgi/wscons_machdep.c +++ b/sys/arch/sgi/sgi/wscons_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscons_machdep.c,v 1.11 2012/04/18 17:28:24 miod Exp $ */ +/* $OpenBSD: wscons_machdep.c,v 1.12 2015/12/22 21:36:57 mmcc Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -346,7 +346,7 @@ widget_cnprobe() success: /* - * At this point, we are commited to setup a glass console, + * At this point, we are committed to setup a glass console, * so prevent serial console from winning over. */ comconsaddr = 0; diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index be056a9e5a9..91bc19b9441 100644 --- a/sys/nfs/nfs_vnops.c +++ b/sys/nfs/nfs_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_vnops.c,v 1.165 2015/12/07 01:51:39 beck Exp $ */ +/* $OpenBSD: nfs_vnops.c,v 1.166 2015/12/22 21:36:57 mmcc Exp $ */ /* $NetBSD: nfs_vnops.c,v 1.62.4.1 1996/07/08 20:26:52 jtc Exp $ */ /* @@ -3059,7 +3059,7 @@ nfs_writebp(struct buf *bp, int force) } /* - * If it's already been commited by somebody else, + * If it's already been committed by somebody else, * bail. */ if (!nfs_in_committed_range(vp, bp)) { |