diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2016-06-23 19:20:18 +0200 |
---|---|---|
committer | Chad Versace <chad.versace@intel.com> | 2016-06-23 13:55:03 -0700 |
commit | 60a27ad122128145d28be37e9c0b0bc86a8e5181 (patch) | |
tree | bdd03c1cb36b1fa784f025dc29bbb0596708ad75 /src/gallium/state_trackers/nine | |
parent | 5d0799831725e67a224ef3cbb4ead39e2cebc7e6 (diff) | |
download | external_mesa3d-60a27ad122128145d28be37e9c0b0bc86a8e5181.zip external_mesa3d-60a27ad122128145d28be37e9c0b0bc86a8e5181.tar.gz external_mesa3d-60a27ad122128145d28be37e9c0b0bc86a8e5181.tar.bz2 |
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>
Diffstat (limited to 'src/gallium/state_trackers/nine')
-rw-r--r-- | src/gallium/state_trackers/nine/device9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/nine/device9.c b/src/gallium/state_trackers/nine/device9.c index 20a0ce0..bb1735a 100644 --- a/src/gallium/state_trackers/nine/device9.c +++ b/src/gallium/state_trackers/nine/device9.c @@ -236,7 +236,7 @@ NineDevice9_ctor( struct NineDevice9 *This, NineUnknown_ConvertRefToBind(NineUnknown(This->state.rt[i])); } - /* Initialize a dummy VBO to be used when a a vertex declaration does not + /* Initialize a dummy VBO to be used when a vertex declaration does not * specify all the inputs needed by vertex shader, on win default behavior * is to pass 0,0,0,0 to the shader */ { |