diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-10-24 16:02:57 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-02 14:59:11 +0100 |
commit | c6b78bc8c884097fa7beadbfae2b5a8a7a46d4fe (patch) | |
tree | 47a546bff66a5f871b308e12200d50ad4fa1a073 /drivers/gpu/drm/exynos/exynos_drm_crtc.c | |
parent | 67f502dc0b50eaf60a6718814bb063cd0cafa9fd (diff) | |
download | linux-rt-c6b78bc8c884097fa7beadbfae2b5a8a7a46d4fe.tar.gz |
drm: fix typos in comment in /gpu/drm/exynos
Correct spelling typo in drivers/gpu/drm/exynos
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_crtc.c')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_crtc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.c b/drivers/gpu/drm/exynos/exynos_drm_crtc.c index ebc01503d50e..6f3400f3978a 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.c +++ b/drivers/gpu/drm/exynos/exynos_drm_crtc.c @@ -36,9 +36,9 @@ enum exynos_crtc_mode { * @pipe: a crtc index created at load() with a new crtc object creation * and the crtc object would be set to private->crtc array * to get a crtc object corresponding to this pipe from private->crtc - * array when irq interrupt occured. the reason of using this pipe is that + * array when irq interrupt occurred. the reason of using this pipe is that * drm framework doesn't support multiple irq yet. - * we can refer to the crtc to current hardware interrupt occured through + * we can refer to the crtc to current hardware interrupt occurred through * this pipe value. * @dpms: store the crtc dpms value * @mode: store the crtc mode value |