Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/covert/convert/ in comment.
details: https://anonhg.NetBSD.org/src/rev/e30dde76e432
branches: trunk
changeset: 1026691:e30dde76e432
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 04:38:54 2021 +0000
description:
s/covert/convert/ in comment.
diffstat:
share/man/man4/iic.4 | 4 ++--
share/man/man4/tsllux.4 | 4 ++--
sys/external/bsd/sljit/dist/sljit_src/sljitLir.h | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r ed22770c7cb0 -r e30dde76e432 share/man/man4/iic.4
--- a/share/man/man4/iic.4 Sun Dec 05 04:37:11 2021 +0000
+++ b/share/man/man4/iic.4 Sun Dec 05 04:38:54 2021 +0000
@@ -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 <grange%openbsd.org@localhost>
@@ -234,7 +234,7 @@
.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
diff -r ed22770c7cb0 -r e30dde76e432 share/man/man4/tsllux.4
--- a/share/man/man4/tsllux.4 Sun Dec 05 04:37:11 2021 +0000
+++ b/share/man/man4/tsllux.4 Sun Dec 05 04:38:54 2021 +0000
@@ -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"
diff -r ed22770c7cb0 -r e30dde76e432 sys/external/bsd/sljit/dist/sljit_src/sljitLir.h
--- a/sys/external/bsd/sljit/dist/sljit_src/sljitLir.h Sun Dec 05 04:37:11 2021 +0000
+++ b/sys/external/bsd/sljit/dist/sljit_src/sljitLir.h Sun Dec 05 04:38:54 2021 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index