glsl: trivial comment fixes in lower_packed_varyings.cpp
[mesa.git] / src / compiler / glsl / lower_packed_varyings.cpp
index 1aec7ee7dc2303a984d0a3a0d7e7d0dcfb0bf911..c622f5ee7b72c251e8efa333bcfc7b49890a4909 100644 (file)
@@ -766,7 +766,7 @@ lower_packed_varyings_visitor::needs_lowering(ir_variable *var)
    /* Override disable_varying_packing if the var is only used by transform
     * feedback. Also override it if transform feedback is enabled and the
     * variable is an array, struct or matrix as the elements of these types
-    * will always has the same interpolation and therefore asre safe to pack.
+    * will always have the same interpolation and therefore are safe to pack.
     */
    const glsl_type *type = var->type;
    if (disable_varying_packing && !var->data.is_xfb_only &&