Module Name: src
Committed By: riastradh
Date: Tue Oct 13 00:42:59 UTC 2015
Modified Files:
src/sys/external/bsd/drm2/include/linux: bitops.h
Log Message:
Fix comment in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/external/bsd/drm2/include/linux/bitops.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/include/linux/bitops.h
diff -u src/sys/external/bsd/drm2/include/linux/bitops.h:1.10 src/sys/external/bsd/drm2/include/linux/bitops.h:1.11
--- src/sys/external/bsd/drm2/include/linux/bitops.h:1.10 Tue Oct 13 00:42:20 2015
+++ src/sys/external/bsd/drm2/include/linux/bitops.h Tue Oct 13 00:42:59 2015
@@ -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)