diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-11 11:17:01 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-11 11:17:01 +0000 |
commit | 1cfad7d108ee7092af52ec7682972c5630373ea5 (patch) | |
tree | b38923ca7998705b936c4df5ea682d5080b443fc /sys/arch/sparc64/dev/vdsk.c | |
parent | 0ce400bf88ebeed805f0bdba0a25f6849d6828e6 (diff) |
spelling
Diffstat (limited to 'sys/arch/sparc64/dev/vdsk.c')
-rw-r--r-- | sys/arch/sparc64/dev/vdsk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/vdsk.c b/sys/arch/sparc64/dev/vdsk.c index 3bd4b457c65..f9191142e1f 100644 --- a/sys/arch/sparc64/dev/vdsk.c +++ b/sys/arch/sparc64/dev/vdsk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vdsk.c,v 1.70 2020/10/16 03:59:24 jsg Exp $ */ +/* $OpenBSD: vdsk.c,v 1.71 2021/03/11 11:17:00 jsg Exp $ */ /* * Copyright (c) 2009, 2011 Mark Kettenis * @@ -327,7 +327,7 @@ vdsk_attach(struct device *parent, struct device *self, void *aux) /* * Interrupts aren't enabled during autoconf, so poll for VIO - * peer-to-peer hanshake completion. + * peer-to-peer handshake completion. */ s = splbio(); timeout = 1000; |