about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVytautas Astrauskas <vastrauskas@gmail.com>2021-07-23 13:26:41 +0200
committerVytautas Astrauskas <vastrauskas@gmail.com>2021-07-23 13:26:41 +0200
commitf13396ed11b921d42f4a534797f7d33e505e608a (patch)
tree3c0c9006d13a11f4d51cb917fbe463bb41df534a
parentd882b5132637c32396f42d09038d4e9dd3b68787 (diff)
downloadrust-f13396ed11b921d42f4a534797f7d33e505e608a.tar.gz
rust-f13396ed11b921d42f4a534797f7d33e505e608a.zip
Fix typo in a comment.
-rw-r--r--src/test/run-make-fulldeps/obtain-borrowck/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make-fulldeps/obtain-borrowck/Makefile b/src/test/run-make-fulldeps/obtain-borrowck/Makefile
index 35314f2738b..c395ed59817 100644
--- a/src/test/run-make-fulldeps/obtain-borrowck/Makefile
+++ b/src/test/run-make-fulldeps/obtain-borrowck/Makefile
@@ -4,7 +4,7 @@ include ../tools.mk
 # together with the borrow checker information.
 
 # How to run this
-# $ ./x.py test src/test/run-make/obtain-borrowck
+# $ ./x.py test src/test/run-make-fulldeps/obtain-borrowck
 
 DRIVER_BINARY := "$(TMPDIR)"/driver
 SYSROOT := $(shell $(RUSTC) --print sysroot)