diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2017-11-01 17:04:36 +0300 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.com> | 2017-11-02 16:10:37 +0300 |
commit | 21be91549c6b6792a37cfe9c0409d0635df220f4 (patch) | |
tree | 966bd82ab604f49ef32f347f8514cdc87af1903f /drivers/gpu/drm/drm_atomic.c | |
parent | 50f365cde4ffb5ae70c3f02384bbb46698aba65c (diff) | |
download | linux-21be91549c6b6792a37cfe9c0409d0635df220f4.tar.xz |
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_atomic.c')
-rw-r--r-- | drivers/gpu/drm/drm_atomic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c index 6c9c4a8e09af..8ec7d7bade8a 100644 --- a/drivers/gpu/drm/drm_atomic.c +++ b/drivers/gpu/drm/drm_atomic.c @@ -1808,7 +1808,7 @@ int drm_atomic_debugfs_init(struct drm_minor *minor) #endif /* - * The big monstor ioctl + * The big monster ioctl */ static struct drm_pending_vblank_event *create_vblank_event( |