Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/linux Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/1c3a5787ee42
branches:  trunk
changeset: 1028450:1c3a5787ee42
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 11:04:50 2021 +0000

description:
Fix typo.

diffstat:

 sys/external/bsd/drm2/linux/linux_dma_fence.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 676fe9af8166 -r 1c3a5787ee42 sys/external/bsd/drm2/linux/linux_dma_fence.c
--- a/sys/external/bsd/drm2/linux/linux_dma_fence.c     Sun Dec 19 11:04:42 2021 +0000
+++ b/sys/external/bsd/drm2/linux/linux_dma_fence.c     Sun Dec 19 11:04:50 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_dma_fence.c,v 1.12 2021/12/19 11:03:57 riastradh Exp $   */
+/*     $NetBSD: linux_dma_fence.c,v 1.13 2021/12/19 11:04:50 riastradh Exp $   */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_dma_fence.c,v 1.12 2021/12/19 11:03:57 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_dma_fence.c,v 1.13 2021/12/19 11:04:50 riastradh Exp $");
 
 #include <sys/atomic.h>
 #include <sys/condvar.h>
@@ -613,8 +613,8 @@
  * dma_fence_wait_any_timeout(fence, nfences, intr, timeout, ip)
  *
  *     Wait for any of fences[0], fences[1], fences[2], ...,
- *     fences[nfences-1] to be signaled.  If ip is nonnull, set *ip to
- *     the index of the first one.
+ *     fences[nfences-1] to be signalled.  If ip is nonnull, set *ip
+ *     to the index of the first one.
  */
 long
 dma_fence_wait_any_timeout(struct dma_fence **fences, uint32_t nfences,



Home | Main Index | Thread Index | Old Index