Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Fix a typo in a comment: s/avissory/advisory/
details: https://anonhg.NetBSD.org/src/rev/f770f3de85d4
branches: trunk
changeset: 997974:f770f3de85d4
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Apr 04 07:51:54 2019 +0000
description:
Fix a typo in a comment: s/avissory/advisory/
NFCI
diffstat:
sys/sys/mman.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5a45afda6849 -r f770f3de85d4 sys/sys/mman.h
--- a/sys/sys/mman.h Thu Apr 04 07:09:55 2019 +0000
+++ b/sys/sys/mman.h Thu Apr 04 07:51:54 2019 +0000
@@ -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 @@
#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 */
Home |
Main Index |
Thread Index |
Old Index