summaryrefslogtreecommitdiffstats
path: root/lib/libtacplus
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2010-01-21 15:01:09 +0000
committeremaste <emaste@FreeBSD.org>2010-01-21 15:01:09 +0000
commit6fab5fc9b390d07339af3a397be577076f4b7098 (patch)
tree6e152e8d4970ce509c0b8b9e2a358b5ec7ddcc11 /lib/libtacplus
parent64eeb2f5c81f164f538188766a50df190eb4545c (diff)
downloadFreeBSD-src-6fab5fc9b390d07339af3a397be577076f4b7098.zip
FreeBSD-src-6fab5fc9b390d07339af3a397be577076f4b7098.tar.gz
Correct comment typo.
Diffstat (limited to 'lib/libtacplus')
-rw-r--r--lib/libtacplus/taclib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtacplus/taclib.c b/lib/libtacplus/taclib.c
index ffe371a..d551bfe 100644
--- a/lib/libtacplus/taclib.c
+++ b/lib/libtacplus/taclib.c
@@ -1329,7 +1329,7 @@ tac_get_av_value(struct tac_handle *h, const char *attribute)
* 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;
OpenPOWER on IntegriCloud