]> git.proxmox.com Git - rustc.git/blobdiff - vendor/regex/src/pikevm.rs
New upstream version 1.51.0+dfsg1
[rustc.git] / vendor / regex / src / pikevm.rs
index c106c76f31edf97450b43342b41bb92cbecbab6d..299087da82236258061400ecbdc17f8b0dc13cb8 100644 (file)
@@ -8,7 +8,7 @@
 //
 // It can do more than the DFA can (specifically, record capture locations
 // and execute Unicode word boundary assertions), but at a slower speed.
-// Specifically, the Pike VM exectues a DFA implicitly by repeatedly expanding
+// Specifically, the Pike VM executes a DFA implicitly by repeatedly expanding
 // epsilon transitions. That is, the Pike VM engine can be in multiple states
 // at once where as the DFA is only ever in one state at a time.
 //