svn commit: r202751 - head/lib/libtacplus
Ed Maste
emaste at FreeBSD.org
Thu Jan 21 15:01:09 UTC 2010
Author: emaste
Date: Thu Jan 21 15:01:09 2010
New Revision: 202751
URL: http://svn.freebsd.org/changeset/base/202751
Log:
Correct comment typo.
Modified:
head/lib/libtacplus/taclib.c
Modified: head/lib/libtacplus/taclib.c
==============================================================================
--- head/lib/libtacplus/taclib.c Thu Jan 21 14:33:18 2010 (r202750)
+++ head/lib/libtacplus/taclib.c Thu Jan 21 15:01:09 2010 (r202751)
@@ -1329,7 +1329,7 @@ tac_get_av_value(struct tac_handle *h, c
* Note that for empty string attribute values a
* 0-length string is returned in order to distinguish
* against unset values.
- * dump_str() will handle srvr.len == 0 correctly.
+ * dup_str() will handle srvr.len == 0 correctly.
*/
if (found_seperator == 1) {
srvr.len = end - ch;
More information about the svn-src-head
mailing list