X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fpc%2B-file-reader.c;h=8e9cb94df79cff44bf79ca25a7e85ac59cfac753;hb=15d30a4c251fe810f3697bd287afdc8b1699487d;hp=72d9fe1d012c3dcdf84a91d8eb803748ccf082e7;hpb=1ddcc5a5097c522c8609abd5037e27dfaffb4264;p=pspp diff --git a/src/data/pc+-file-reader.c b/src/data/pc+-file-reader.c index 72d9fe1d01..8e9cb94df7 100644 --- a/src/data/pc+-file-reader.c +++ b/src/data/pc+-file-reader.c @@ -403,7 +403,7 @@ find_and_delete_var (struct dictionary *dict, const char *name) dict_delete_var (dict, var); } -/* Decodes the dictionary read from R, saving it into into *DICT. Character +/* Decodes the dictionary read from R, saving it into *DICT. Character strings in R are decoded using ENCODING, or an encoding obtained from R if ENCODING is null, or the locale encoding if R specifies no encoding.