Module Name: src
Committed By: pgoyette
Date: Thu Apr 4 07:51:54 UTC 2019
Modified Files:
src/sys/sys: mman.h
Log Message:
Fix a typo in a comment: s/avissory/advisory/
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/sys/mman.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/mman.h
diff -u src/sys/sys/mman.h:1.55 src/sys/sys/mman.h:1.56
--- src/sys/sys/mman.h:1.55 Mon Jul 9 00:46:19 2018
+++ src/sys/sys/mman.h Thu Apr 4 07:51:54 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: mman.h,v 1.55 2018/07/09 00:46:19 christos Exp $ */
+/* $NetBSD: mman.h,v 1.56 2019/04/04 07:51:54 pgoyette Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@@ -168,7 +168,7 @@ F\30\010\
#define MCL_FUTURE 0x02 /* lock all pages mapped in the future */
/*
- * POSIX memory avissory values.
+ * POSIX memory advisory values.
* Note: keep consistent with the original definitions below.
*/
#define POSIX_MADV_NORMAL 0 /* No further special treatment */