From 77d1af1e55a67e8bf08311bdfdfc2b81f2487a76 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 28 Aug 2008 08:39:44 +0000 Subject: [PATCH] typo; from hyjial ok otto --- usr.bin/mkdep/mkdep.gcc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh index d340bf87999..943dd6e5bbc 100644 --- a/usr.bin/mkdep/mkdep.gcc.sh +++ b/usr.bin/mkdep/mkdep.gcc.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: mkdep.gcc.sh,v 1.14 2007/08/06 19:16:06 sobrado Exp $ +# $OpenBSD: mkdep.gcc.sh,v 1.15 2008/08/28 08:39:44 jmc Exp $ # $NetBSD: mkdep.gcc.sh,v 1.9 1994/12/23 07:34:59 jtc Exp $ # # Copyright (c) 1991, 1993 @@ -34,7 +34,7 @@ # # -# Scan for a -o option in the arguments are record the filename given. +# Scan for a -o option in the arguments and record the filename given. # This is needed, since "cc -M -o out" writes to the file "out", not to # stdout. # -- 2.20.1