aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-02-23 18:15:50 +0000
committerEd Maste <emaste@FreeBSD.org>2018-02-23 18:15:50 +0000
commit315fbaeca2e074a78a1f1698169338972a49122e (patch)
tree9643f275f62afb95962cc4f9c53fd1869d8bef81 /sys/dev/drm2
parent93b9f3b11451911d13144adaea44c59b52355d6a (diff)
downloadsrc-315fbaeca2e074a78a1f1698169338972a49122e.tar.gz
src-315fbaeca2e074a78a1f1698169338972a49122e.zip
Correct pseudo misspelling in sys/ comments
contrib code and #define in intel_ata.h unchanged.
Notes
Notes: svn path=/head/; revision=329873
Diffstat (limited to 'sys/dev/drm2')
-rw-r--r--sys/dev/drm2/drm_fb_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm2/drm_fb_helper.c b/sys/dev/drm2/drm_fb_helper.c
index dd42993a4877..cf98d2f9dfec 100644
--- a/sys/dev/drm2/drm_fb_helper.c
+++ b/sys/dev/drm2/drm_fb_helper.c
@@ -580,7 +580,7 @@ static int setcolreg(struct drm_crtc *crtc, u16 red, u16 green,
if (info->fix.visual == FB_VISUAL_TRUECOLOR) {
u32 *palette;
u32 value;
- /* place color in psuedopalette */
+ /* place color in pseudopalette */
if (regno > 16)
return -EINVAL;
palette = (u32 *)info->pseudo_palette;