From c8ebe74cda1a1c96b65dfbda36edbb604507f361 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 27 Oct 2021 09:09:55 +0000 Subject: [PATCH] fix spello in comment --- sys/dev/dt/dtvar.h | 4 ++-- sys/dev/usb/udl.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/dev/dt/dtvar.h b/sys/dev/dt/dtvar.h index e90e44f28ed..28bc358b44f 100644 --- a/sys/dev/dt/dtvar.h +++ b/sys/dev/dt/dtvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dtvar.h,v 1.9 2021/10/25 17:15:29 jasper Exp $ */ +/* $OpenBSD: dtvar.h,v 1.10 2021/10/27 09:09:55 jasper Exp $ */ /* * Copyright (c) 2019 Martin Pieuchot @@ -159,7 +159,7 @@ int dtioc_req_isvalid(struct dtioc_req *); * Locks used to protect struct members in this file: * I immutable after creation * K kernel lock - * K,S kernel lock for writting and SMR for reading + * K,S kernel lock for writing and SMR for reading * m per-pcb mutex * c owned (read & modified) by a single CPU */ diff --git a/sys/dev/usb/udl.c b/sys/dev/usb/udl.c index 30a5dd2de87..dc1153b54c0 100644 --- a/sys/dev/usb/udl.c +++ b/sys/dev/usb/udl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udl.c,v 1.94 2020/07/31 10:49:33 mglocker Exp $ */ +/* $OpenBSD: udl.c,v 1.95 2021/10/27 09:09:55 jasper Exp $ */ /* * Copyright (c) 2009 Marcus Glocker @@ -929,7 +929,7 @@ udl_putchar(void *cookie, int row, int col, u_int uc, uint32_t attr) if (uc == ' ') { /* - * Writting a block for the space character instead rendering + * Writing a block for the space character instead rendering * it from font bits is more slim. */ r = (sc->udl_fb_block_write)(sc, bgc, x, y, @@ -1665,7 +1665,7 @@ udl_cmd_insert_buf_comp(struct udl_softc *sc, uint8_t *buf, uint32_t len) /* * Finish up a 512 byte main-block. The leftover space gets - * padded to zero. Finally terminate the block by writting the + * padded to zero. Finally terminate the block by writing the * 0xff-into-UDL_REG_SYNC-register sequence. */ if (eob == 1) { -- 2.20.1