diff options
Diffstat (limited to 'nx-X11/lib/src/xcms/HVCGcVC.c')
-rw-r--r-- | nx-X11/lib/src/xcms/HVCGcVC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/src/xcms/HVCGcVC.c b/nx-X11/lib/src/xcms/HVCGcVC.c index 7ace5f13f..e9eb3a1e9 100644 --- a/nx-X11/lib/src/xcms/HVCGcVC.c +++ b/nx-X11/lib/src/xcms/HVCGcVC.c @@ -170,7 +170,7 @@ XcmsTekHVCClipVC ( } if (pColor->spec.TekHVC.V < hvc_max.spec.TekHVC.V) { - /* return the intersection of the perpindicular line through */ + /* return the intersection of the perpendicular line through */ /* the value and chroma given and the line from 0,0 and hvc_max. */ Chroma = pColor->spec.TekHVC.C; Value = pColor->spec.TekHVC.V; |