summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/hyperscan/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/hyperscan/default.nix')
-rw-r--r--pkgs/development/libraries/hyperscan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/hyperscan/default.nix b/pkgs/development/libraries/hyperscan/default.nix
index 18e028b70caa..3ab52165b789 100644
--- a/pkgs/development/libraries/hyperscan/default.nix
+++ b/pkgs/development/libraries/hyperscan/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
Hyperscan uses hybrid automata techniques to allow simultaneous
matching of large numbers (up to tens of thousands) of regular
- expressions and for the matching of regular expressions across
+ expressions and for the matching of regular expressions across
streams of data.
Hyperscan is typically used in a DPI library stack.