Date: Thu, 21 Jan 2010 15:01:09 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r202751 - head/lib/libtacplus Message-ID: <201001211501.o0LF195l060862@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001211501.o0LF195l060862>