X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsys-file-reader.c;h=fb4fa53acf20e8a24b4fa423887a88e6c2ae5610;hb=15d30a4c251fe810f3697bd287afdc8b1699487d;hp=7684acbc576a40c77c78c7a2ea6b7d57360127ac;hpb=1ddcc5a5097c522c8609abd5037e27dfaffb4264;p=pspp diff --git a/src/data/sys-file-reader.c b/src/data/sys-file-reader.c index 7684acbc57..fb4fa53acf 100644 --- a/src/data/sys-file-reader.c +++ b/src/data/sys-file-reader.c @@ -744,7 +744,7 @@ sfm_get_strings (const struct any_reader *r_, struct pool *pool, return aux.n; } -/* 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.