summaryrefslogtreecommitdiff
path: root/assembler/gram.y
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-08-25 16:54:01 -0700
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:22 +0000
commit6db54d7465656dee9f6e929672b86521cfc9b3bb (patch)
tree8f7a767876558e57dd16c2f74c261aaeee094e8f /assembler/gram.y
parent1d7d04228e8263de5c42042f3ceaab7afacf9238 (diff)
Typo fix in comment.
Diffstat (limited to 'assembler/gram.y')
-rw-r--r--assembler/gram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/assembler/gram.y b/assembler/gram.y
index da869e79..5843de3e 100644
--- a/assembler/gram.y
+++ b/assembler/gram.y
@@ -313,7 +313,7 @@ msgtarget: NULL_TOKEN
$$.bits3.dp_write.binding_table_index = $3;
/* The msg control field of brw_struct.h is split into
* msg control and pixel_scoreboard_clear, even though
- * pixel_scoreboard_clear isn't commot to all write messages.
+ * pixel_scoreboard_clear isn't common to all write messages.
*/
$$.bits3.dp_write.pixel_scoreboard_clear = ($5 & 0x8) >> 3;
$$.bits3.dp_write.msg_control = $5 & 0x7;