From 1f8a7631da96423fc08734fcee8db6055a3d0e31 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 27 Apr 2020 01:03:21 +0200 Subject: Fix typos --- rust-mode-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-mode-tests.el') diff --git a/rust-mode-tests.el b/rust-mode-tests.el index d0fb27a..4860941 100644 --- a/rust-mode-tests.el +++ b/rust-mode-tests.el @@ -1221,7 +1221,7 @@ fn test4();") ;; Insert 150 separate comments on the same line (dotimes (i 150) (insert "/* foo */ ")) - ;; Rewinding from the last commment to the end of the let needs at least + ;; Rewinding from the last comment to the end of the let needs at least ;; 150 iterations, but if we limit the stack depth to 100 (this appears to ;; be some minimum), a recursive function would overflow, throwing an ;; error. -- cgit v1.2.3