-/* $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 <mpi@openbsd.org>
* 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
*/
-/* $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 <mglocker@openbsd.org>
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,
/*
* 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) {