Re: Comment in localstat is wrong
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Comment in localstat is wrong
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2020年10月20日 12:39:36 -0300
> I think the comment in localstat is wrong and was not updated since the name
> and attribute were swapped.
> [...]
> - /* stat -> LOCAL ATTRIB NAME {',' ATTRIB NAME} ['=' explist] */
> + /* stat -> LOCAL NAME ATTRIB {',' NAME ATTRIB} ['=' explist] */
Thanks for the feedback.
-- Roberto