Fix common misspellings
[deliverable/linux.git] / drivers / gpu / drm / radeon / r300_reg.h
index f0bce399c9f32b53716d5bf05e221ac9f3225d0e..00c0d2ba22d3c956a79e92d9f56b006598add5da 100644 (file)
  * My guess is that there are two bits for each zbias primitive
  * (FILL, LINE, POINT).
  *  One to enable depth test and one for depth write.
- * Yet this doesnt explain why depth writes work ...
+ * Yet this doesn't explain why depth writes work ...
  */
 #define R300_RE_OCCLUSION_CNTL             0x42B4
 #      define R300_OCCLUSION_ON                (1<<1)
 #      define R300_TX_MIN_FILTER_LINEAR_MIP_NEAREST        (6  <<  11)
 #      define R300_TX_MIN_FILTER_LINEAR_MIP_LINEAR         (10 <<  11)
 
-/* NOTE: NEAREST doesnt seem to exist.
+/* NOTE: NEAREST doesn't seem to exist.
  * Im not seting MAG_FILTER_MASK and (3 << 11) on for all
  * anisotropy modes because that would void selected mag filter
  */
This page took 0.039765 seconds and 5 git commands to generate.