From: Ian Romanick Date: Tue, 23 Mar 2010 20:04:19 +0000 (-0700) Subject: Fix typographical errors of "FINISHME" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3f111eac45162e9634208cd7305981d8393328d;p=mesa.git Fix typographical errors of "FINISHME" --- diff --git a/ast_to_hir.cpp b/ast_to_hir.cpp index 62f2068b3a2..b4a3d054eb5 100644 --- a/ast_to_hir.cpp +++ b/ast_to_hir.cpp @@ -769,7 +769,7 @@ type_specifier_to_glsl_type(const struct ast_type_specifier *spec, *name = spec->type_name; /* FINISHME: Handle array declarations. Note that this requires complete - * FINSIHME: handling of constant expressions. + * FINISHME: handling of constant expressions. */ } @@ -869,7 +869,7 @@ ast_declarator_list::hir(exec_list *instructions, var = new ir_variable(var_type, decl->identifier); - /* FINSIHME: Variables that are attribute, uniform, varying, in, or + /* FINISHME: Variables that are attribute, uniform, varying, in, or * FINISHME: out varibles must be declared either at global scope or * FINISHME: in a parameter list (in and out only). */