From ceb13c14aa584522d7aaf1550e1d8d9792e2ccef Mon Sep 17 00:00:00 2001 From: Owen Avery Date: Mon, 11 Nov 2024 15:36:15 -0500 Subject: [PATCH] create ForeverStackStore --- gcc/rust/resolve/rust-forever-stack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/rust/resolve/rust-forever-stack.h b/gcc/rust/resolve/rust-forever-stack.h index 8fc46ad603f5..db811f886b6b 100644 --- a/gcc/rust/resolve/rust-forever-stack.h +++ b/gcc/rust/resolve/rust-forever-stack.h @@ -394,7 +394,7 @@ this pass's documentation for more details on this resolution process. **/ /** - * Intended for use by ForeverStack to store Nodes + * Used by ForeverStack to store Nodes * Unlike ForeverStack, does not store a cursor reference * Intended to make path resolution in multiple namespaces simpler **/