Module Name:    src
Committed By:   dholland
Date:           Tue Jul 11 15:39:31 UTC 2017

Modified Files:
        src/sys/sys: param.h

Log Message:
Typo.


To generate a diff of this commit:
cvs rdiff -u -r1.543 -r1.544 src/sys/sys/param.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/sys/param.h
diff -u src/sys/sys/param.h:1.543 src/sys/sys/param.h:1.544
--- src/sys/sys/param.h:1.543	Sun Jun  4 07:14:56 2017
+++ src/sys/sys/param.h	Tue Jul 11 15:39:31 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.543 2017/06/04 07:14:56 snj Exp $	*/
+/*	$NetBSD: param.h,v 1.544 2017/07/11 15:39:31 dholland Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -361,7 +361,7 @@
  * This is the maximum individual filename component length enforced by
  * namei. Filesystems cannot exceed this limit. The upper bound for that
  * limit is NAME_MAX. We don't bump it for now, for compatibility with
- * old binaries during the time where MAXPATHLEN was 511 and NAME_MAX was
+ * old binaries during the time where MAXNAMLEN was 511 and NAME_MAX was
  * 255
  */
 #define	KERNEL_NAME_MAX	255

Reply via email to