Fix typos in word "particularly", in comments.

This commit is contained in:
andvar 2024-01-16 21:08:52 +00:00
parent 8e979cd999
commit 80c3ddc607
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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_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.
*/