]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Update compilation.rst
authorflip111 <flip101@gmail.com>
Fri, 29 Nov 2019 14:59:42 +0000 (15:59 +0100)
committerHong, Yang A <yang.a.hong@intel.com>
Wed, 15 Jan 2020 15:40:10 +0000 (15:40 +0000)
fixed two spelling mistakes

doc/dev-reference/compilation.rst

index 93290467b6dd39e5f96c3dee7b076d3983eef3c8..a2eee106da19df4e822a17831087b161d1985be4 100644 (file)
@@ -75,12 +75,12 @@ characters exist in regular grammer like ``[``, ``]``, ``(``, ``)``, ``{``,
 While in pure literal case, all these meta characters lost extra meanings
 expect for that they are just common ASCII codes.
 
-Hyperscan is initially designed to process common regualr expressions. It is
+Hyperscan is initially designed to process common regular expressions. It is
 hence embedded with a complex parser to do comprehensive regular grammer
 interpretion. Particularly, the identification of above meta characters is the
 basic step for the interpretion of far more complex regular grammers.
 
-However in real cases, patterns may not always be regualr expressions. They
+However in real cases, patterns may not always be regular expressions. They
 could just be pure literals. Problem will come if the pure literals contain
 regular meta characters. Supposing fed directly into traditional Hyperscan
 compile API, all these meta characters will be interpreted in predefined ways,