summaryrefslogtreecommitdiff
path: root/rust-mode-tests.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-04-27 01:03:21 +0200
committerNathan Moreau <nathan.moreau@m4x.org>2020-04-27 10:48:29 +0200
commit1f8a7631da96423fc08734fcee8db6055a3d0e31 (patch)
tree0f7b33de5385d95ac7c0e36e1a866d3d3808a2ae /rust-mode-tests.el
parenta364b24af412659cc1074f533752356d1858b893 (diff)
downloadrust-mode-1f8a7631da96423fc08734fcee8db6055a3d0e31.tar.gz
Fix typos
Diffstat (limited to 'rust-mode-tests.el')
-rw-r--r--rust-mode-tests.el2
1 files changed, 1 insertions, 1 deletions
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.