Module Name: othersrc
Committed By: wiz
Date: Tue Feb 14 10:50:34 UTC 2012
Modified Files:
othersrc/usr.bin/protoz: protoz
Log Message:
Add missing word in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/protoz/protoz
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/protoz/protoz
diff -u othersrc/usr.bin/protoz/protoz:1.2 othersrc/usr.bin/protoz/protoz:1.3
--- othersrc/usr.bin/protoz/protoz:1.2 Mon Feb 13 15:04:49 2012
+++ othersrc/usr.bin/protoz/protoz Tue Feb 14 10:50:34 2012
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: protoz,v 1.2 2012/02/13 15:04:49 apb Exp $
+# $NetBSD: protoz,v 1.3 2012/02/14 10:50:34 wiz Exp $
#
# Copyright (c) 2009,2012 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -35,7 +35,7 @@
#
# When run with args, it expects them to be file or directory names.
# Each file is edited regardless of its name. Each directory
-# is searched for *.c files that could benefit from edited.
+# is searched for *.c files that could benefit from being edited.
#
# BUGS:
# Dpesn't handle functions with no arguments