Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sort Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/69ba4e4625f6
branches: trunk
changeset: 755430:69ba4e4625f6
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Jun 06 00:00:33 2010 +0000
description:
Fix typo in comment.
diffstat:
usr.bin/sort/init.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c0ca7cc3d3ce -r 69ba4e4625f6 usr.bin/sort/init.c
--- a/usr.bin/sort/init.c Sat Jun 05 22:39:18 2010 +0000
+++ b/usr.bin/sort/init.c Sun Jun 06 00:00:33 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init.c,v 1.26 2010/06/05 17:46:08 dholland Exp $ */
+/* $NetBSD: init.c,v 1.27 2010/06/06 00:00:33 wiz Exp $ */
/*-
* Copyright (c) 2000-2003 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
#include "sort.h"
-__RCSID("$NetBSD: init.c,v 1.26 2010/06/05 17:46:08 dholland Exp $");
+__RCSID("$NetBSD: init.c,v 1.27 2010/06/06 00:00:33 wiz Exp $");
#include <ctype.h>
#include <string.h>
@@ -277,7 +277,7 @@
* Replace historic +SPEC arguments with appropriate -kSPEC.
*
* The form can be either a single +SPEC or a pair +SPEC -SPEC.
- * The followiing -SPEC is not recognized unless it follows
+ * The following -SPEC is not recognized unless it follows
* immediately.
*/
void
Home |
Main Index |
Thread Index |
Old Index