Module Name: othersrc
Committed By: skrll
Date: Thu Feb 23 09:03:38 UTC 2012
Modified Files:
othersrc/usr.bin/protoz: protoz
Log Message:
Typo
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 othersrc/usr.bin/protoz/protoz:1.4
--- othersrc/usr.bin/protoz/protoz:1.3 Tue Feb 14 10:50:34 2012
+++ othersrc/usr.bin/protoz/protoz Thu Feb 23 09:03:37 2012
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: protoz,v 1.3 2012/02/14 10:50:34 wiz Exp $
+# $NetBSD: protoz,v 1.4 2012/02/23 09:03:37 skrll Exp $
#
# Copyright (c) 2009,2012 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -38,7 +38,7 @@
# is searched for *.c files that could benefit from being edited.
#
# BUGS:
-# Dpesn't handle functions with no arguments
+# Doesn't handle functions with no arguments
# Doesn't handle va_list args
# Doesn't like blank lines or extra line breaks
# Generated ANSI definitions are often longer than 80 cols.