]> granicus.if.org Git - graphviz/commitdiff
remove incorrect legacy comment
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 11 Mar 2021 04:37:53 +0000 (20:37 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 18 Mar 2021 00:08:20 +0000 (17:08 -0700)
lib/edgepaint/lab.c

index d9fc0080323358d5a703f3948daac45d68526705..a6ae81a5db9a1b466b3a2c2777c93ebc2db4e2d6 100644 (file)
@@ -202,7 +202,7 @@ double *lab_gamut_from_file(char *gamut_file, const char *lightness, int *n){
 
 
 double *lab_gamut(const char *lightness, int *n){
-  /* give a list of n points  in the file defining the LAB color gamut. return NULL if the mgamut file is not found.
+  /* give a list of n points  in the file defining the LAB color gamut.
      lightness is a string of the form 0,70, or NULL.
    */
   double *xx, *x;