egl: fix uninitialized values
[mesa.git] / src / glsl / lower_vector.cpp
index 93c37638bbd4eb7397cbcc61a49b65ac45169ce0..57963a121addf487224a7562453d2f65bda6e597 100644 (file)
@@ -125,7 +125,7 @@ lower_vector_visitor::handle_rvalue(ir_rvalue **rvalue)
    if (this->dont_lower_swz && is_extended_swizzle(expr))
       return;
 
-   /* FINISHME: Is this the right thing to use for the talloc context?
+   /* FINISHME: Is this the right thing to use for the ralloc context?
     */
    void *const mem_ctx = expr;