There are multiple possible interpretations of "LSP". For example,
"Language Server Protocol". This patch clarifies that the
occurrences of "LSP" in GNAT's source code refer to the Liskov
Substitution Principle.
gcc/ada/
* einfo.ads: Mention full name of LSP.
-- Defined in subprogram entities. Set on wrappers created to handle
-- inherited class-wide pre/post conditions that call overridden
-- primitives. It references the parent primitive that has the
--- class-wide pre/post conditions.
+-- class-wide pre/post conditions. LSP stands for Liskov Substitution
+-- Principle.
---------------------------
-- Renaming and Aliasing --