diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2017-11-01 14:04:36 +0000 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.com> | 2017-11-02 11:10:37 -0200 |
commit | 21be91549c6b6792a37cfe9c0409d0635df220f4 (patch) | |
tree | 966bd82ab604f49ef32f347f8514cdc87af1903f /drivers/gpu/drm/drm_mm.c | |
parent | 50f365cde4ffb5ae70c3f02384bbb46698aba65c (diff) |
drm: Spelling fixes
Minor spelling fix for 'monster' and replace 'on' with 'own' in
comments.
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171101140436.2743-1-Liviu.Dudau@arm.com
Diffstat (limited to 'drivers/gpu/drm/drm_mm.c')
-rw-r--r-- | drivers/gpu/drm/drm_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_mm.c b/drivers/gpu/drm/drm_mm.c index 61a1c8ea74bc..eb86bc3f753b 100644 --- a/drivers/gpu/drm/drm_mm.c +++ b/drivers/gpu/drm/drm_mm.c @@ -92,7 +92,7 @@ * some basic allocator dumpers for debugging. * * Note that this range allocator is not thread-safe, drivers need to protect - * modifications with their on locking. The idea behind this is that for a full + * modifications with their own locking. The idea behind this is that for a full * memory manager additional data needs to be protected anyway, hence internal * locking would be fully redundant. */ |