broadcom: fix typos

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22591>
This commit is contained in:
Harri Nieminen
2023-04-20 13:15:05 +03:00
committed by Marge Bot
parent 177c92fe7c
commit c3c63cb1d8
28 changed files with 47 additions and 47 deletions

View File

@@ -87,7 +87,7 @@ enum qfile {
/** A physical register, such as the W coordinate payload. */
QFILE_REG,
/** One of the regsiters for fixed function interactions. */
/** One of the registers for fixed function interactions. */
QFILE_MAGIC,
/**
@@ -490,7 +490,7 @@ struct v3d_vs_key {
bool clamp_color;
};
/** A basic block of VIR intructions. */
/** A basic block of VIR instructions. */
struct qblock {
struct list_head link;