Remove wrongly repeated words in comments
[mesa.git] / src / mesa / state_tracker / st_atom_msaa.c
index 703cb5e755cd9e12219714542b0c90108d6eb634..404f54ddcc3a5a0b51a3b6296a463aac93df31d7 100644 (file)
@@ -54,7 +54,7 @@ static void update_sample_mask( struct st_context *st )
          /* there's lot of ways how to do this. We just use first few bits,
             since we have no knowledge of sample positions here. When
             app-supplied mask though is used too might need to be smarter.
-            Also, there's a interface restriction here in theory it is
+            Also, there's an interface restriction here in theory it is
             encouraged this mask not be the same at each pixel. */
          sample_mask = (1 << nr_bits) - 1;
          if (st->ctx->Multisample.SampleCoverageInvert)