diff options
author | mpp <mpp@FreeBSD.org> | 1997-01-09 07:36:14 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-01-09 07:36:14 +0000 |
commit | 2e0541fccf03edf3747e7e91b0dd6b33629d7fb1 (patch) | |
tree | 052838557aaebbf53fda0fd17239b7b5dd6ed1b9 /usr.sbin/stallion | |
parent | 649560e2de1933d6b9abcb817f04f0a478802645 (diff) | |
download | FreeBSD-src-2e0541fccf03edf3747e7e91b0dd6b33629d7fb1.zip FreeBSD-src-2e0541fccf03edf3747e7e91b0dd6b33629d7fb1.tar.gz |
Fix a couple of typos in a comment and in the usage output.
Diffstat (limited to 'usr.sbin/stallion')
-rw-r--r-- | usr.sbin/stallion/stlload/stlload.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/stallion/stlload/stlload.c b/usr.sbin/stallion/stlload/stlload.c index 7f62779..0cfba54 100644 --- a/usr.sbin/stallion/stlload/stlload.c +++ b/usr.sbin/stallion/stlload/stlload.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: stlload.c,v 1.2 1996/05/04 08:02:23 peter Exp $ */ /*****************************************************************************/ @@ -82,7 +82,7 @@ char buf[BUFSIZE]; cdkfeature_t feature = { 0, 0, ETYP_CDK, 0, 0, 0, 0, 0 }; /* - * Have local copys of the board signatures ready. + * Have local copies of the board signatures ready. */ cdkecpsig_t ecpsig; cdkonbsig_t onbsig; @@ -103,7 +103,7 @@ void usage() { fprintf(stderr, "Usage: %s [OPTION]\n\n", progname); fprintf(stderr, " -h print this information\n"); - fprintf(stderr, " -v print full diagnotsic trace\n"); + fprintf(stderr, " -v print full diagnostic trace\n"); fprintf(stderr, " -V show version information and exit\n"); fprintf(stderr, " -i specify image file to use\n"); fprintf(stderr, " -b download board number\n"); |