diff options
Diffstat (limited to 'gcc/ada/nlists.ads')
-rw-r--r-- | gcc/ada/nlists.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/nlists.ads b/gcc/ada/nlists.ads index 75072e2b8a1..77f2a2034a3 100644 --- a/gcc/ada/nlists.ads +++ b/gcc/ada/nlists.ads @@ -172,7 +172,7 @@ package Nlists is function Prev (Node : Node_Id) return Node_Id; pragma Inline (Prev); - -- This function returns the previous node on a node list list, or Empty + -- This function returns the previous node on a node list, or Empty -- if Node is the first element of the node list. The argument must be -- a member of a node list. Note: the implementation does maintain back -- pointers, so this function executes quickly in constant time. |