From: John Darrington Date: Thu, 23 Jun 2016 07:13:53 +0000 (+0200) Subject: Fixed typo in comment X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=bc089e9e6964204e0a55873c5d29ed7e5faf4475;hp=-c;p=pspp Fixed typo in comment --- bc089e9e6964204e0a55873c5d29ed7e5faf4475 diff --git a/src/data/casereader-filter.c b/src/data/casereader-filter.c index 15fa4a5e67..5b6cf06b72 100644 --- a/src/data/casereader-filter.c +++ b/src/data/casereader-filter.c @@ -266,7 +266,7 @@ static bool casereader_filter_missing_destroy (void *); is destroyed. If N_MISSING is non-null, then after reading, it will be filled - with the totla number of dropped cases. + with the total number of dropped cases. After this function is called, READER must not ever again be referenced directly. It will be destroyed automatically