Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Fix word (direct -> directory) in comment.
details: https://anonhg.NetBSD.org/src/rev/9ef7d4326374
branches: trunk
changeset: 457446:9ef7d4326374
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Jun 25 19:47:35 2019 +0000
description:
Fix word (direct -> directory) in comment.
diffstat:
sys/kern/kern_exec.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 113cff3156a7 -r 9ef7d4326374 sys/kern/kern_exec.c
--- a/sys/kern/kern_exec.c Tue Jun 25 18:06:29 2019 +0000
+++ b/sys/kern/kern_exec.c Tue Jun 25 19:47:35 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_exec.c,v 1.470 2019/06/25 18:06:29 christos Exp $ */
+/* $NetBSD: kern_exec.c,v 1.471 2019/06/25 19:47:35 wiz Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.470 2019/06/25 18:06:29 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.471 2019/06/25 19:47:35 wiz Exp $");
#include "opt_exec.h"
#include "opt_execfmt.h"
@@ -611,7 +611,7 @@
/*
* Copy the user or kernel supplied upath to the allocated pathbuffer pbp
* making it absolute in the process, by prepending the current working
- * direct if it is not. If offs is supplied it will contain the offset
+ * directory if it is not. If offs is supplied it will contain the offset
* where the original supplied copy of upath starts.
*/
int
Home |
Main Index |
Thread Index |
Old Index