Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2013 22:42:41 +0000 (UTC)
From:      Ivan Voras <ivoras@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249571 - head/sys/geom/label
Message-ID:  <201304162242.r3GMgf8k038151@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ivoras
Date: Tue Apr 16 22:42:40 2013
New Revision: 249571
URL: http://svnweb.freebsd.org/changeset/base/249571

Log:
  Comment typo fix.
  
  Is aware of the importance of comments: dim

Modified:
  head/sys/geom/label/g_label_disk_ident.c

Modified: head/sys/geom/label/g_label_disk_ident.c
==============================================================================
--- head/sys/geom/label/g_label_disk_ident.c	Tue Apr 16 22:09:08 2013	(r249570)
+++ head/sys/geom/label/g_label_disk_ident.c	Tue Apr 16 22:42:40 2013	(r249571)
@@ -71,8 +71,8 @@ g_label_disk_ident_taste(struct g_consum
 		if (!found)
 			return;
 		/*
-		 * We can safely ignore the result of strncpy; the label will
-		 * simply be truncated, which at most is only annoying.
+		 * We can safely ignore the result of snprintf(): the label
+		 * will simply be truncated, which at most is only annoying.
 		 */
 		(void)snprintf(label, size, "%s-%s", cls->name, ident);
 	}



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