-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling #385
base: master
Are you sure you want to change the base?
Spelling #385
Changes from all commits
218576f
0f3c8f2
6939e2e
7421d18
9204d91
0a8cd99
dfb273a
4387af5
203a35a
1ab473d
35cdaa0
e10c898
2740fe3
5760514
e8d4eb4
323c04b
f396880
0f23abd
aa28b6e
47698a0
1b6a432
b77671b
b003018
9e8c886
91057f1
0a034dc
88ddb12
dbdd5cb
52d01c7
65bf5ab
e1781b3
25fcd67
a25c5d8
dacfaa2
5d235be
ab37685
c614df3
9001c6c
f5ba1a1
0e85c01
dd71b6a
2271231
d4b524d
b77fe76
9233f8b
d9fc97e
f441ec2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ project repository. | |
|
||
# Versioning | ||
|
||
The `master` branch on Github will always contain the most recent release of | ||
The `master` branch on GitHub will always contain the most recent release of | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. brand |
||
Hyperscan. Each version released to `master` goes through QA and testing before | ||
it is released; if you're a user, rather than a developer, this is the version | ||
you should be using. | ||
|
@@ -36,7 +36,7 @@ The official homepage for Hyperscan is at [www.hyperscan.io](https://www.hypersc | |
|
||
If you have questions or comments, we encourage you to [join the mailing | ||
list](https://lists.01.org/mailman/listinfo/hyperscan). Bugs can be filed by | ||
sending email to the list, or by creating an issue on Github. | ||
sending email to the list, or by creating an issue on GitHub. | ||
|
||
If you wish to contact the Hyperscan team at Intel directly, without posting | ||
publicly to the mailing list, send email to | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -316,7 +316,7 @@ see reduced performance when the single-match flag is used. | |
Start of Match flag | ||
******************** | ||
|
||
.. tip:: Do not request Start of Match information if it is not not needed. | ||
.. tip:: Do not request Start of Match information if it is not needed. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. double negatives are hard to parse... I can't be sure if this is correct... |
||
|
||
Start of Match (SOM) information can be expensive to gather and can require | ||
large amounts of stream state to store in streaming mode. As such, SOM | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ typedef struct hs_scratch hs_scratch_t; | |
* @param from | ||
* - If a start of match flag is enabled for the current pattern, this | ||
* argument will be set to the start of match for the pattern assuming | ||
* that that start of match value lies within the current 'start of match | ||
* that the start of match value lies within the current 'start of match | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is an atypical correction |
||
* horizon' chosen by one of the SOM_HORIZON mode flags. | ||
|
||
* - If the start of match value lies outside this horizon (possible only | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some projects don't like changing changelogs. Happy to drop this or anything else..