Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern typo in comment



details:   https://anonhg.NetBSD.org/src/rev/7e1ca28af89a
branches:  trunk
changeset: 330913:7e1ca28af89a
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Jul 25 08:30:10 2014 +0000

description:
typo in comment

diffstat:

 sys/kern/vfs_syscalls.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 12de33d40f9f -r 7e1ca28af89a sys/kern/vfs_syscalls.c
--- a/sys/kern/vfs_syscalls.c   Fri Jul 25 08:27:35 2014 +0000
+++ b/sys/kern/vfs_syscalls.c   Fri Jul 25 08:30:10 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_syscalls.c,v 1.488 2014/07/25 08:25:47 dholland Exp $      */
+/*     $NetBSD: vfs_syscalls.c,v 1.489 2014/07/25 08:30:10 dholland Exp $      */
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls.c,v 1.488 2014/07/25 08:25:47 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls.c,v 1.489 2014/07/25 08:30:10 dholland Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_fileassoc.h"
@@ -4743,7 +4743,7 @@
 }
 
 /*
- * Dellocate backing store for a file, creating a hole. Also used for
+ * Deallocate backing store for a file, creating a hole. Also used for
  * invoking TRIM on disks.
  */
 /* ARGSUSED */



Home | Main Index | Thread Index | Old Index