Module Name: src
Committed By: msaitoh
Date: Sun Dec 5 04:38:54 UTC 2021
Modified Files:
src/share/man/man4: iic.4 tsllux.4
src/sys/external/bsd/sljit/dist/sljit_src: sljitLir.h
Log Message:
s/covert/convert/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/share/man/man4/iic.4
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/tsllux.4
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/iic.4
diff -u src/share/man/man4/iic.4:1.31 src/share/man/man4/iic.4:1.32
--- src/share/man/man4/iic.4:1.31 Sat Nov 6 13:36:34 2021
+++ src/share/man/man4/iic.4 Sun Dec 5 04:38:54 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: iic.4,v 1.31 2021/11/06 13:36:34 brad Exp $
+.\" $NetBSD: iic.4,v 1.32 2021/12/05 04:38:54 msaitoh Exp $
.\" $OpenBSD: iic.4,v 1.74 2008/09/10 16:13:43 reyk Exp $
.\"
.\" Copyright (c) 2004, 2006 Alexander Yurchenko <[email protected]>
@@ -234,7 +234,7 @@ Philips/NXP TEA5767 FM stereo radio
.It Xr tps65217pmic 4
Texas Instruments TPS65217 Power Management IC
.It Xr tsllux 4
-Taos TSL256x Light-to-Digital Coverter
+Taos TSL256x Light-to-Digital Converter
.El
.Sh FILES
.Bl -tag -width "/dev/iicu" -compact
Index: src/share/man/man4/tsllux.4
diff -u src/share/man/man4/tsllux.4:1.2 src/share/man/man4/tsllux.4:1.3
--- src/share/man/man4/tsllux.4:1.2 Sun May 27 07:12:26 2018
+++ src/share/man/man4/tsllux.4 Sun Dec 5 04:38:54 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: tsllux.4,v 1.2 2018/05/27 07:12:26 wiz Exp $
+.\" $NetBSD: tsllux.4,v 1.3 2021/12/05 04:38:54 msaitoh Exp $
.\"
.\" Copyright (c) 2018 Jason R Thorpe
.\" All rights reserved.
@@ -29,7 +29,7 @@
.Os
.Sh NAME
.Nm tsllux
-.Nd Taos TSL256x Light-to-Digital Coverter
+.Nd Taos TSL256x Light-to-Digital Converter
.Sh SYNOPSIS
.Cd "tsllux* at iic? addr 0x29 flags 0x0"
.Cd "tsllux* at iic? addr 0x39 flags 0x0"
Index: src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.h
diff -u src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.h:1.4 src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.h:1.5
--- src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.h:1.4 Sun Jan 20 23:14:16 2019
+++ src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.h Sun Dec 5 04:38:54 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: sljitLir.h,v 1.4 2019/01/20 23:14:16 alnsn Exp $ */
+/* $NetBSD: sljitLir.h,v 1.5 2021/12/05 04:38:54 msaitoh Exp $ */
/*
* Stack-less Just-In-Time compiler
@@ -659,7 +659,7 @@ SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit
be mixed. The only exception is SLJIT_MOV32 and SLJIT_MOVU32 whose source
register can hold any 32 or 64 bit value, and it is converted to a 32 bit
compatible format first. This conversion is free (no instructions are
- emitted) on most CPUs. A 32 bit value can also be coverted to a 64 bit
+ emitted) on most CPUs. A 32 bit value can also be converted to a 64 bit
value by SLJIT_MOV_S32 (sign extension) or SLJIT_MOV_U32 (zero extension).
Note: memory addressing always uses 64 bit values on 64 bit systems so