X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fexecutor.c;h=6377107c85ee0a8ff82949ba81d55fb225c26f3a;hb=b401615e6db40bf74394839b96600afe3a868a95;hp=07906dd1d20a027f380e32a6ab6edafd37a47c6d;hpb=a9b46fb9e208c694e39d6f173bfa6fe631a30129;p=pspp-builds.git diff --git a/src/ui/gui/executor.c b/src/ui/gui/executor.c index 07906dd1..6377107c 100644 --- a/src/ui/gui/executor.c +++ b/src/ui/gui/executor.c @@ -50,9 +50,9 @@ execute_syntax (struct lex_reader *lex_reader) unsigned long int lazy_serial; /* When the user executes a number of snippets of syntax in a - row, none of which read from the active file, the GUI becomes + row, none of which read from the active dataset, the GUI becomes progressively less responsive. The reason is that each syntax - execution encapsulates the active file data in another + execution encapsulates the active dataset data in another datasheet layer. The cumulative effect of having a number of layers of datasheets wastes time and space.