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 a typo, caught by -W...



details:   https://anonhg.NetBSD.org/src/rev/435a5807ad8f
branches:  trunk
changeset: 744860:435a5807ad8f
user:      tnn <tnn%NetBSD.org@localhost>
date:      Fri Feb 14 16:02:41 2020 +0000

description:
fix a typo, caught by -Werror,-Wheader-guard

diffstat:

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

diffs (18 lines):

diff -r 4902151d524f -r 435a5807ad8f sys/external/bsd/drm2/include/linux/capability.h
--- a/sys/external/bsd/drm2/include/linux/capability.h  Fri Feb 14 14:34:57 2020 +0000
+++ b/sys/external/bsd/drm2/include/linux/capability.h  Fri Feb 14 16:02:41 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: capability.h,v 1.1 2020/02/14 04:36:56 riastradh Exp $ */
+/*     $NetBSD: capability.h,v 1.2 2020/02/14 16:02:41 tnn Exp $       */
 
 /*-
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #ifndef _LINUX_CAPABILITY_H_
-#define _LINUX_CAPABILITy_H_
+#define _LINUX_CAPABILITY_H_
 
 #include <sys/kauth.h>
 



Home | Main Index | Thread Index | Old Index