i965: s/Muchnik/Muchnick/.
authorMatt Turner <mattst88@gmail.com>
Sat, 19 Oct 2013 23:40:19 +0000 (16:40 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 25 Oct 2013 17:34:02 +0000 (10:34 -0700)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
src/mesa/drivers/dri/i965/brw_fs_cse.cpp
src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp
src/mesa/drivers/dri/i965/brw_vec4_live_variables.cpp

index 7b90982..26bac94 100644 (file)
@@ -28,7 +28,7 @@
  * dataflow analysis on the copies available at the end of each block to re-do
  * local copy propagation with more copies available.
  *
- * See Muchnik's Advanced Compiler Design and Implementation, section
+ * See Muchnick's Advanced Compiler Design and Implementation, section
  * 12.5 (p356).
  */
 
index d8ed4be..ab3e561 100644 (file)
@@ -28,7 +28,7 @@
  *
  * Support for local common subexpression elimination.
  *
- * See Muchnik's Advanced Compiler Design and Implementation, section
+ * See Muchnick's Advanced Compiler Design and Implementation, section
  * 13.1 (p378).
  */
 
index b3026c2..213a0fd 100644 (file)
@@ -48,7 +48,7 @@ using namespace brw;
  * VGRF is ultimately used or defined.  Tracking individual components
  * allows us to easily assemble this information.
  *
- * See Muchnik's Advanced Compiler Design and Implementation, section
+ * See Muchnick's Advanced Compiler Design and Implementation, section
  * 14.1 (p444).
  */
 
index db3787b..fdf1841 100644 (file)
@@ -35,7 +35,7 @@ using namespace brw;
  * Support for computing at the basic block level which variables
  * (virtual GRFs in our case) are live at entry and exit.
  *
- * See Muchnik's Advanced Compiler Design and Implementation, section
+ * See Muchnick's Advanced Compiler Design and Implementation, section
  * 14.1 (p444).
  */