]> git.sesse.net Git - movit/blobdiff - effect.h
Fix a typo.
[movit] / effect.h
index 1dab990e75738664e685742d6b77390f7e80b9bf..f404d3994adbfc6aa7c57647a0e7316ad1b37604 100644 (file)
--- a/effect.h
+++ b/effect.h
@@ -225,7 +225,7 @@ public:
        virtual bool one_to_one_sampling() const { return strong_one_to_one_sampling(); }
 
        // Similar in use to one_to_one_sampling(), but even stricter:
-       // The effect must modify texture coordinate in any way when
+       // The effect must not modify texture coordinate in any way when
        // calling its input(s). This allows it to also be used after
        // a compute shader, in the same phase.
        //