Revision: 50685
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50685&view=rev
Author:   tbrowder2
Date:     2012-05-25 16:17:16 +0000 (Fri, 25 May 2012)
Log Message:
-----------
correct referenced function name

Modified Paths:
--------------
    brlcad/trunk/include/bu.h

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2012-05-25 15:33:07 UTC (rev 50684)
+++ brlcad/trunk/include/bu.h   2012-05-25 16:17:16 UTC (rev 50685)
@@ -5062,7 +5062,7 @@
  * %V is a pointer to a (struct bu_vls *) string.
  *
  * This routine appends to the given vls similar to how vprintf
- * appends to stdout (see bu_vls_vsprintf for overwriting the vls).
+ * appends to stdout (see bu_vls_printf for overwriting the vls).
  */
 BU_EXPORT extern void bu_vls_vprintf(struct bu_vls *vls,
                                     const char *fmt,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to