--- ray/src/common/color.c 1990/01/26 08:21:45 1.10 +++ ray/src/common/color.c 1990/08/30 09:13:21 1.11 @@ -45,7 +45,7 @@ static BYTE chroma[3][NINC] = { }; -spec_rgb(col, s, e) /* comput RGB color from spectral range */ +spec_rgb(col, s, e) /* compute RGB color from spectral range */ COLOR col; int s, e; {