From bc7622b74669d9114cc78aa8a87b265a71565b8c Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 21 Jan 2010 15:01:09 +0000 Subject: [PATCH] Correct comment typo. --- lib/libtacplus/taclib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libtacplus/taclib.c b/lib/libtacplus/taclib.c index ffe371a7f898..d551bfe3d5d5 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;