diff --git a/sys/dev/i2c/mcp980x.c b/sys/dev/i2c/mcp980x.c index 97107771c2f9..281be6c84b06 100644 --- a/sys/dev/i2c/mcp980x.c +++ b/sys/dev/i2c/mcp980x.c @@ -1,4 +1,4 @@ -/* $NetBSD: mcp980x.c,v 1.7 2019/12/23 14:48:58 thorpej Exp $ */ +/* $NetBSD: mcp980x.c,v 1.8 2024/01/16 21:08:52 andvar Exp $ */ /*- * Copyright (c) 2013 The NetBSD Foundation, Inc. @@ -32,13 +32,13 @@ /* * Microchip MCP9800/1/2/3 2-Wire High-Accuracy Temperature Sensor driver. * - * TODO: better error checking, particurarly in user settable limits. + * TODO: better error checking, particularly in user settable limits. * * Note: MCP9805 is different and is supported by the sdtemp(4) driver. */ #include -__KERNEL_RCSID(0, "$NetBSD: mcp980x.c,v 1.7 2019/12/23 14:48:58 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mcp980x.c,v 1.8 2024/01/16 21:08:52 andvar Exp $"); #include #include diff --git a/sys/dev/ic/icpsp.c b/sys/dev/ic/icpsp.c index 1bc4a4d282af..2572b51728d4 100644 --- a/sys/dev/ic/icpsp.c +++ b/sys/dev/ic/icpsp.c @@ -1,4 +1,4 @@ -/* $NetBSD: icpsp.c,v 1.28 2021/08/07 16:19:12 thorpej Exp $ */ +/* $NetBSD: icpsp.c,v 1.29 2024/01/16 21:08:52 andvar Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: icpsp.c,v 1.28 2021/08/07 16:19:12 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: icpsp.c,v 1.29 2024/01/16 21:08:52 andvar Exp $"); #include #include @@ -259,7 +259,7 @@ icpsp_scsipi_request(struct scsipi_channel *chan, scsipi_adapter_req_t req, case ADAPTER_REQ_SET_XFER_MODE: /* * Neither of these cases are supported, and neither of them - * is particulatly relevant, since we have an abstract view + * is particularly relevant, since we have an abstract view * of the bus; the controller takes care of all the nitty * gritty. */