]> git.sesse.net Git - movit/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 5 Nov 2016 10:41:46 +0000 (11:41 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 5 Nov 2016 10:43:20 +0000 (11:43 +0100)
effect_chain.h

index 918769b3872451576f329a5252568fc214889a03..ea4926b304efafad329e7309caf34d9252058544 100644 (file)
@@ -299,7 +299,7 @@ public:
        // no matter what you specify.
        //
        // Of special interest is GL_SRGB8_ALPHA8, which stores sRGB-encoded RGB
-       // and linear alpha; this is half the memory bandwidth og GL_RGBA16F,
+       // and linear alpha; this is half the memory bandwidth of GL_RGBA16F,
        // while retaining reasonable precision for typical image data. It will,
        // however, cause some gamut clipping if your colorspace is far from sRGB,
        // as it cannot represent values outside [0,1]. NOTE: If you construct