Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2009 15:30:16 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r199393 - stable/8/secure/usr.bin/bdes
Message-ID:  <200911171530.nAHFUGvb017554@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Tue Nov 17 15:30:16 2009
New Revision: 199393
URL: http://svn.freebsd.org/changeset/base/199393

Log:
  MFC 198856: Fix a couple of comment typos.

Modified:
  stable/8/secure/usr.bin/bdes/bdes.c
Directory Properties:
  stable/8/secure/usr.bin/bdes/   (props changed)

Modified: stable/8/secure/usr.bin/bdes/bdes.c
==============================================================================
--- stable/8/secure/usr.bin/bdes/bdes.c	Tue Nov 17 15:28:25 2009	(r199392)
+++ stable/8/secure/usr.bin/bdes/bdes.c	Tue Nov 17 15:30:16 2009	(r199393)
@@ -170,11 +170,11 @@ main(int argc, char *argv[])
 	int i;				/* counter in a for loop */
 	char *p;			/* used to obtain the key */
 	DES_cblock msgbuf;		/* I/O buffer */
-	int kflag;			/* command-line encryptiooon key */
+	int kflag;			/* command-line encryption key */
 
 	setproctitle("-");		/* Hide command-line arguments */
 
-	/* initialize the initialization vctor */
+	/* initialize the initialization vector */
 	MEMZERO(ivec, 8);
 
 	/* process the argument list */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911171530.nAHFUGvb017554>