mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 16:50:10 +01:00
i965: Fix typo in comment
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
parent
d8c5c4f3e4
commit
e4e3b0fc0d
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ brw_create_constant_surface(struct brw_context *brw,
|
|||
* Set up a binding table entry for use by stream output logic (transform
|
||||
* feedback).
|
||||
*
|
||||
* buffer_size_minus_1 must me less than BRW_MAX_NUM_BUFFER_ENTRIES.
|
||||
* buffer_size_minus_1 must be less than BRW_MAX_NUM_BUFFER_ENTRIES.
|
||||
*/
|
||||
void
|
||||
brw_update_sol_surface(struct brw_context *brw,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue