Date: Thu, 28 Dec 2023 03:26:20 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 531a12d90d7d - main - pms: Fix typo (triple S) Message-ID: <202312280326.3BS3QKxM077918@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=531a12d90d7dc547981a151e3e1fdd0c45e970c5 commit 531a12d90d7dc547981a151e3e1fdd0c45e970c5 Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2023-12-28 03:17:17 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-12-28 03:24:31 +0000 pms: Fix typo (triple S) Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/955 --- sys/dev/pms/freebsd/driver/common/lxosapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pms/freebsd/driver/common/lxosapi.c b/sys/dev/pms/freebsd/driver/common/lxosapi.c index 738eab0a9b9e..abc92f9307de 100644 --- a/sys/dev/pms/freebsd/driver/common/lxosapi.c +++ b/sys/dev/pms/freebsd/driver/common/lxosapi.c @@ -331,7 +331,7 @@ osGLOBAL U32 ostiFreeMemory( tiRoot_t *ptiRoot, return tiInvalidHandle; } - AGTIAPI_PRINTK( "ostiFreeMemory: debug messsage %p ### \n", + AGTIAPI_PRINTK( "ostiFreeMemory: debug message %p ### \n", (void*)pMem->dmaPhysAddr ); // mark as unused
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312280326.3BS3QKxM077918>