Module Name: src Committed By: andvar Date: Fri Feb 21 20:31:16 UTC 2025
Modified Files: src/sys/arch/arm/s3c2xx0: s3c2410_spi.c s3c2440_spi.c Log Message: s/dirver/driver/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/s3c2xx0/s3c2410_spi.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/s3c2xx0/s3c2440_spi.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/arch/arm/s3c2xx0/s3c2410_spi.c diff -u src/sys/arch/arm/s3c2xx0/s3c2410_spi.c:1.9 src/sys/arch/arm/s3c2xx0/s3c2410_spi.c:1.10 --- src/sys/arch/arm/s3c2xx0/s3c2410_spi.c:1.9 Sat Aug 7 16:18:45 2021 +++ src/sys/arch/arm/s3c2xx0/s3c2410_spi.c Fri Feb 21 20:31:16 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: s3c2410_spi.c,v 1.9 2021/08/07 16:18:45 thorpej Exp $ */ +/* $NetBSD: s3c2410_spi.c,v 1.10 2025/02/21 20:31:16 andvar Exp $ */ /* * Copyright (c) 2004 Genetec Corporation. All rights reserved. @@ -30,12 +30,12 @@ */ /* - * Support S3C2410's SPI dirver. + * Support S3C2410's SPI driver. * Real works are done by drivers attached to SPI ports. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: s3c2410_spi.c,v 1.9 2021/08/07 16:18:45 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: s3c2410_spi.c,v 1.10 2025/02/21 20:31:16 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arm/s3c2xx0/s3c2440_spi.c diff -u src/sys/arch/arm/s3c2xx0/s3c2440_spi.c:1.4 src/sys/arch/arm/s3c2xx0/s3c2440_spi.c:1.5 --- src/sys/arch/arm/s3c2xx0/s3c2440_spi.c:1.4 Sat Aug 7 16:18:45 2021 +++ src/sys/arch/arm/s3c2xx0/s3c2440_spi.c Fri Feb 21 20:31:16 2025 @@ -59,12 +59,12 @@ */ /* - * Support S3C2440's SPI dirver. + * Support S3C2440's SPI driver. * Real works are done by drivers attached to SPI ports. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: s3c2440_spi.c,v 1.4 2021/08/07 16:18:45 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: s3c2440_spi.c,v 1.5 2025/02/21 20:31:16 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h>