summaryrefslogtreecommitdiff
path: root/asmcomp/strmatch.ml
diff options
context:
space:
mode:
Diffstat (limited to 'asmcomp/strmatch.ml')
-rw-r--r--asmcomp/strmatch.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/strmatch.ml b/asmcomp/strmatch.ml
index 0a258edb87..3a60f2419d 100644
--- a/asmcomp/strmatch.ml
+++ b/asmcomp/strmatch.ml
@@ -334,7 +334,7 @@ module Make(I:I) = struct
(*
Switch according to pattern size
Argument from_ind is the starting index, it can be zero
- or one (when the swicth on the cell 0 has already been performed.
+ or one (when the switch on the cell 0 has already been performed.
In that latter case pattern len is string length-1 and is corrected.
*)