Index: uspace/lib/posix/source/stdio/scanf.c
===================================================================
--- uspace/lib/posix/source/stdio/scanf.c	(revision fbf4dc15a173ec71ac8e14554253e83258dacec1)
+++ uspace/lib/posix/source/stdio/scanf.c	(revision 951f6b9e6770465c31b947e790d8471647bab7df)
@@ -466,10 +466,10 @@
 	case 'S':
 		*modifier = LMOD_l;
-		/* fallthrough */
+		/* Fallthrough */
 	case 's':
 		return 1;
 	case 'C':
 		*modifier = LMOD_l;
-		/* fallthrough */
+		/* Fallthrough */
 	case 'c':
 		return 1;
