Module Name:    src
Committed By:   wiz
Date:           Sun Jun  6 00:00:33 UTC 2010

Modified Files:
        src/usr.bin/sort: init.c

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/sort/init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/sort/init.c
diff -u src/usr.bin/sort/init.c:1.26 src/usr.bin/sort/init.c:1.27
--- src/usr.bin/sort/init.c:1.26	Sat Jun  5 17:46:08 2010
+++ src/usr.bin/sort/init.c	Sun Jun  6 00:00:33 2010
@@ -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

Reply via email to