svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Thu Sep 27 10:27:00 UTC 2007


Author: vda
Date: 2007-09-27 03:26:59 -0700 (Thu, 27 Sep 2007)
New Revision: 20064

Log:
remove stray '/*' within comment



Modified:
   trunk/busybox/include/libbb.h


Changeset:
Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h	2007-09-27 10:23:34 UTC (rev 20063)
+++ trunk/busybox/include/libbb.h	2007-09-27 10:26:59 UTC (rev 20064)
@@ -395,7 +395,7 @@
 char *xstrndup(const char *s, int n);
 char *safe_strncpy(char *dst, const char *src, size_t size);
 /* Guaranteed to NOT be a macro (smallest code). Saves nearly 2k on uclibc.
-/* But potentially slow, don't use in one-billion-times loops */
+ * But potentially slow, don't use in one-billion-times loops */
 int bb_putchar(int ch);
 char *xasprintf(const char *format, ...) __attribute__ ((format (printf, 1, 2)));
 // gcc-4.1.1 still isn't good enough at optimizing it




More information about the busybox-cvs mailing list