diff options
author | Thomas Weber <swirl@gmx.li> | 2010-03-16 06:47:56 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-16 06:47:56 -0400 |
commit | 88393161210493e317ae391696ee8ef463cb3c23 (patch) | |
tree | 6ec81a50d0e8174b415d83948b48cbabd7e54ddb /drivers/gpu/drm/drm_bufs.c | |
parent | 932fb06b0898f5883200f1da2e00075f0d70ba9c (diff) |
Fix typos in comments
[Ss]ytem => [Ss]ystem
udpate => update
paramters => parameters
orginal => original
Signed-off-by: Thomas Weber <swirl@gmx.li>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/gpu/drm/drm_bufs.c')
-rw-r--r-- | drivers/gpu/drm/drm_bufs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_bufs.c b/drivers/gpu/drm/drm_bufs.c index 8417cc4c43f..8475d58f2a3 100644 --- a/drivers/gpu/drm/drm_bufs.c +++ b/drivers/gpu/drm/drm_bufs.c | |||
@@ -960,7 +960,7 @@ int drm_addbufs_pci(struct drm_device * dev, struct drm_buf_desc * request) | |||
960 | dma->buflist[i + dma->buf_count] = &entry->buflist[i]; | 960 | dma->buflist[i + dma->buf_count] = &entry->buflist[i]; |
961 | } | 961 | } |
962 | 962 | ||
963 | /* No allocations failed, so now we can replace the orginal pagelist | 963 | /* No allocations failed, so now we can replace the original pagelist |
964 | * with the new one. | 964 | * with the new one. |
965 | */ | 965 | */ |
966 | if (dma->page_count) { | 966 | if (dma->page_count) { |