i965: add and fix fallthrough comments
[mesa.git] / src / mesa / drivers / dri / i965 / brw_meta_util.c
index 268b3192de0df1ef10293eadbb93350d5446d6ac..c8f9b38728132e1df83f64ed36c1df1338ae4d70 100644 (file)
@@ -348,7 +348,7 @@ brw_meta_convert_fast_clear_color(const struct brw_context *brw,
    switch (_mesa_get_format_base_format(mt->format)) {
    case GL_INTENSITY:
       override_color.u32[3] = override_color.u32[0];
-      /* flow through */
+      /* fallthrough */
    case GL_LUMINANCE:
    case GL_LUMINANCE_ALPHA:
       override_color.u32[1] = override_color.u32[0];