Fix stale comment.
[osl.git] / gcc-compat.h
index 5d905ed11a73dfd3027d3a770a383f90c5b5a859..20e07fc8804ed9d40d441c3465e3d91860979506 100644 (file)
@@ -13,7 +13,7 @@
 # define __printf(p,q) __attribute__ ((format (printf, p, q)))
 /*
  * as direct use of __printf(p,q) confuses doxygen, here are two extra macros
- * for those values p,q that are actually used by paraslash.
+ * for those values p,q that are actually used by libosl.
  */
 #define  __printf_1_2 __printf(1,2)
 #define  __printf_2_3 __printf(2,3)