> On 23 Sep 2025, at 09:50, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
> Again, found an incorrect function comment of stringToNodeInternal(). Wrong function name is put to the comment, I guess it was from a copy/paste error.
I think this is intentional, and the proposed change would not improve it. The
comment refers to the externally visible symbols stringToNodeWithLocations
(when enabled) and stringToNode The stringToNodeInternal function is just an
implementation detail of it, hence the comment further down on the actual
stringToNode() function being "Externally visible entry points".
--
Daniel Gustafsson