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/include/linux Fix comment in previous.



details:   https://anonhg.NetBSD.org/src/rev/72b1ef6b8fda
branches:  trunk
changeset: 340953:72b1ef6b8fda
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Oct 13 00:42:59 2015 +0000

description:
Fix comment in previous.

diffstat:

 sys/external/bsd/drm2/include/linux/bitops.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dcef5cb5866b -r 72b1ef6b8fda sys/external/bsd/drm2/include/linux/bitops.h
--- a/sys/external/bsd/drm2/include/linux/bitops.h      Tue Oct 13 00:42:20 2015 +0000
+++ b/sys/external/bsd/drm2/include/linux/bitops.h      Tue Oct 13 00:42:59 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bitops.h,v 1.10 2015/10/13 00:42:20 riastradh Exp $    */
+/*     $NetBSD: bitops.h,v 1.11 2015/10/13 00:42:59 riastradh Exp $    */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
 
 /*
  * Linux __ffs/__ffs64 is zero-based; zero input is undefined.  Our
- * ffs/ffs is one-based; zero input yields zero.
+ * ffs/ffs64 is one-based; zero input yields zero.
  */
 static inline unsigned long
 __ffs(unsigned long x)



Home | Main Index | Thread Index | Old Index