mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-30 17:50:17 +01:00
xf86drm: Fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
96f2907c85
commit
ce97507cfc
2 changed files with 2 additions and 2 deletions
|
|
@ -2942,7 +2942,7 @@ static int drmGetMaxNodeName(void)
|
|||
MAX3(sizeof(DRM_PRIMARY_MINOR_NAME),
|
||||
sizeof(DRM_CONTROL_MINOR_NAME),
|
||||
sizeof(DRM_RENDER_MINOR_NAME)) +
|
||||
3 /* lenght of the node number */;
|
||||
3 /* length of the node number */;
|
||||
}
|
||||
|
||||
static int drmParsePciDeviceInfo(const char *d_name,
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* TODO the types we are after are defined in diffrent headers on diffrent
|
||||
* TODO the types we are after are defined in different headers on different
|
||||
* platforms find which headers to include to get uint32_t
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue