Remove wrongly repeated words in comments
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 23 Jun 2016 17:20:18 +0000 (19:20 +0200)
committerChad Versace <chad.versace@intel.com>
Thu, 23 Jun 2016 20:55:03 +0000 (13:55 -0700)
commit60a27ad122128145d28be37e9c0b0bc86a8e5181
treebdd03c1cb36b1fa784f025dc29bbb0596708ad75
parent5d0799831725e67a224ef3cbb4ead39e2cebc7e6
Remove wrongly repeated words in comments

Clean up misrepetitions ('if if', 'the the' etc) found throughout the
comments. This has been done manually, after grepping
case-insensitively for duplicate if, is, the, then, do, for, an,
plus a few other typos corrected in fly-by

v2:
    * proper commit message and non-joke title;
    * replace two 'as is' followed by 'is' to 'as-is'.
v3:
    * 'a integer' => 'an integer' and similar (originally spotted by
      Jason Ekstrand, I fixed a few other similar ones while at it)

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Reviewed-by: Chad Versace <chad.versace@intel.com>
46 files changed:
include/GL/mesa_glinterop.h
src/compiler/glsl/ast_to_hir.cpp
src/compiler/glsl/glsl_to_nir.cpp
src/compiler/nir/nir.h
src/compiler/nir/nir_instr_set.c
src/compiler/nir/nir_intrinsics.h
src/compiler/nir/nir_lower_vars_to_ssa.c
src/compiler/nir/nir_lower_wpos_ytransform.c
src/compiler/nir/nir_opt_dead_cf.c
src/compiler/spirv/spirv_to_nir.c
src/gallium/docs/source/context.rst
src/gallium/drivers/freedreno/freedreno_texture.h
src/gallium/drivers/freedreno/ir3/ir3.c
src/gallium/drivers/llvmpipe/lp_state_derived.c
src/gallium/drivers/nouveau/codegen/nv50_ir_util.h
src/gallium/drivers/nouveau/nouveau_buffer.c
src/gallium/drivers/r300/compiler/radeon_dataflow.c
src/gallium/drivers/r300/compiler/radeon_vert_fc.c
src/gallium/drivers/softpipe/sp_state_derived.c
src/gallium/drivers/svga/svga_format.c
src/gallium/drivers/svga/svga_tgsi_vgpu10.c
src/gallium/drivers/swr/rasterizer/core/backend.h
src/gallium/drivers/swr/rasterizer/core/state.h
src/gallium/drivers/swr/rasterizer/core/threads.cpp
src/gallium/drivers/vc4/kernel/vc4_validate_shaders.c
src/gallium/drivers/vc4/vc4_qir_schedule.c
src/gallium/include/pipe/p_video_codec.h
src/gallium/state_trackers/nine/device9.c
src/gbm/main/gbm.c
src/glx/indirect_glx.c
src/gtest/include/gtest/internal/gtest-port.h
src/gtest/src/gtest.cc
src/mesa/drivers/dri/i965/brw_device_info.h
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_nir_opt_peephole_ffma.c
src/mesa/drivers/dri/i965/brw_performance_monitor.c
src/mesa/drivers/x11/xm_buffer.c
src/mesa/main/dlist.c
src/mesa/main/formatquery.c
src/mesa/main/imports.h
src/mesa/main/texobj.c
src/mesa/program/ir_to_mesa.cpp
src/mesa/state_tracker/st_atom_msaa.c
src/mesa/state_tracker/st_cb_fbo.c
src/mesa/state_tracker/st_glsl_to_tgsi.cpp
src/mesa/state_tracker/st_mesa_to_tgsi.c