Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 09:06:11 +0000 (UTC)
From:      Thomas Quinot <thomas@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265257 - head/bin/dd
Message-ID:  <201405030906.s4396BwN058353@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thomas
Date: Sat May  3 09:06:11 2014
New Revision: 265257
URL: http://svnweb.freebsd.org/changeset/base/265257

Log:
  Minor comment fix.

Modified:
  head/bin/dd/conv.c

Modified: head/bin/dd/conv.c
==============================================================================
--- head/bin/dd/conv.c	Sat May  3 08:52:52 2014	(r265256)
+++ head/bin/dd/conv.c	Sat May  3 09:06:11 2014	(r265257)
@@ -74,7 +74,7 @@ def(void)
 		dd_out(0);
 
 		/*
-		 * Ddout copies the leftover output to the beginning of
+		 * dd_out copies the leftover output to the beginning of
 		 * the buffer and resets the output buffer.  Reset the
 		 * input buffer to match it.
 	 	 */



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