diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2009-12-18 15:40:42 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-05 06:22:30 -0500 |
commit | c9404c9c392d557a4687c4cbda022b03cb787ce9 (patch) | |
tree | 1633e9e8d6a3f955297affd2c3304bdbb670a73c /drivers/gpu | |
parent | 634bad68bc25753816594ecd390dcea980528315 (diff) |
Fix misspelling of "should" and "shouldn't" in comments.
Some comments misspell "should" or "shouldn't"; this fixes them. No code changes.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/radeon/atombios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h index 91ad0d1c1b17..2a88029f6a1e 100644 --- a/drivers/gpu/drm/radeon/atombios.h +++ b/drivers/gpu/drm/radeon/atombios.h | |||
@@ -2275,7 +2275,7 @@ typedef struct _ATOM_LCD_RTS_RECORD { | |||
2275 | UCHAR ucRTSValue; | 2275 | UCHAR ucRTSValue; |
2276 | } ATOM_LCD_RTS_RECORD; | 2276 | } ATOM_LCD_RTS_RECORD; |
2277 | 2277 | ||
2278 | /* !! If the record below exits, it shoud always be the first record for easy use in command table!!! */ | 2278 | /* !! If the record below exits, it should always be the first record for easy use in command table!!! */ |
2279 | typedef struct _ATOM_LCD_MODE_CONTROL_CAP { | 2279 | typedef struct _ATOM_LCD_MODE_CONTROL_CAP { |
2280 | UCHAR ucRecordType; | 2280 | UCHAR ucRecordType; |
2281 | USHORT usLCDCap; | 2281 | USHORT usLCDCap; |