src/module-parse.lisp: Use `dotted-name', not `dotted-identifier'.
[sod] / src / module-parse.lisp
index 15bfe87..63d75cd 100644 (file)
                 ;; Parse a declarator or dotted-declarator, i.e., one whose
                 ;; centre is
                 ;;
-                ;; maybe-dotted-identifier ::= [id `.'] id
+                ;; maybe-dotted-name ::= [id `.'] id
                 ;;
                 ;; A plain identifier is returned as a string, as usual; a
                 ;; dotted identifier is returned as a cons cell of the two