Module Name: src
Committed By: andvar
Date: Tue Jan 16 21:08:52 UTC 2024
Modified Files:
src/sys/dev/i2c: mcp980x.c
src/sys/dev/ic: icpsp.c
Log Message:
Fix typos in word "particularly", in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/mcp980x.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ic/icpsp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/i2c/mcp980x.c
diff -u src/sys/dev/i2c/mcp980x.c:1.7 src/sys/dev/i2c/mcp980x.c:1.8
--- src/sys/dev/i2c/mcp980x.c:1.7 Mon Dec 23 14:48:58 2019
+++ src/sys/dev/i2c/mcp980x.c Tue Jan 16 21:08:52 2024
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
#include <sys/systm.h>
Index: src/sys/dev/ic/icpsp.c
diff -u src/sys/dev/ic/icpsp.c:1.28 src/sys/dev/ic/icpsp.c:1.29
--- src/sys/dev/ic/icpsp.c:1.28 Sat Aug 7 16:19:12 2021
+++ src/sys/dev/ic/icpsp.c Tue Jan 16 21:08:52 2024
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
#include <sys/systm.h>
@@ -259,7 +259,7 @@ icpsp_scsipi_request(struct scsipi_chann
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.
*/