]> git.sesse.net Git - movit/commitdiff
Spelling fix.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 24 Dec 2013 12:51:34 +0000 (13:51 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 24 Dec 2013 12:51:34 +0000 (13:51 +0100)
resample_effect.cpp

index f0c57c78ad772d42a20bb50c887199ea77c34ab5..c2ef531d3dee6b9fa272bebfe2f97086ce23126a 100644 (file)
@@ -211,7 +211,7 @@ std::string SingleResamplePassEffect::output_fragment_shader()
 // so out[0] will read from parameters <x,y> = <0,0>, <1,0>, <2,0> and so on.
 //
 // For horizontal scaling, we fill in the exact same texture;
 // so out[0] will read from parameters <x,y> = <0,0>, <1,0>, <2,0> and so on.
 //
 // For horizontal scaling, we fill in the exact same texture;
-// the shader just interprets is differently.
+// the shader just interprets it differently.
 void SingleResamplePassEffect::update_texture(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num)
 {
        unsigned src_size, dst_size;
 void SingleResamplePassEffect::update_texture(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num)
 {
        unsigned src_size, dst_size;