Index: uspace/lib/posix/stdio/scanf.c
===================================================================
--- uspace/lib/posix/stdio/scanf.c	(revision a12f7f1173cfe373bf0d8758623cfba00364dd2c)
+++ uspace/lib/posix/stdio/scanf.c	(revision 7e10aeee595bef589e5cf5c2e172243469e0c4f6)
@@ -707,5 +707,5 @@
 							break;
 						case LMOD_t: ;
-							// FIXME: What is unsigned counterpart of the ptrdiff_t?
+							// XXX: What is unsigned counterpart of the ptrdiff_t?
 							size_t *pt = va_arg(arg, size_t *);
 							*pt = (size_t) ures;
@@ -1221,5 +1221,5 @@
 }
 
-// FIXME: put the testcases somewhere else
+// FIXME: put the testcases to the app/tester after scanf is included into libc
 
 #if 0
