From 6db54d7465656dee9f6e929672b86521cfc9b3bb Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 25 Aug 2006 16:54:01 -0700 Subject: [PATCH] Typo fix in comment. --- assembler/gram.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;