[pushed] Fix comment in gdb.rust/fnfield.exp

Message ID 20230209192358.497764-1-tom@tromey.com
State Committed
Commit 8e77fff268d4aab7951f4d19af9e2f9046c9c0a0
Headers
Series [pushed] Fix comment in gdb.rust/fnfield.exp |

Commit Message

Tom Tromey Feb. 9, 2023, 7:23 p.m. UTC
  gdb.rust/fnfield.exp has a comment that, I assume, I copied from some
other test.  This patch fixes it.
---
 gdb/testsuite/gdb.rust/fnfield.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gdb/testsuite/gdb.rust/fnfield.exp b/gdb/testsuite/gdb.rust/fnfield.exp
index 413104cca64..5ae0c53b1eb 100644
--- a/gdb/testsuite/gdb.rust/fnfield.exp
+++ b/gdb/testsuite/gdb.rust/fnfield.exp
@@ -13,7 +13,7 @@ 
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Test trait object printing.
+# Test calls of function-value fields.
 
 load_lib rust-support.exp
 require allow_rust_tests