-
Notifications
You must be signed in to change notification settings - Fork 618
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
Fix typos #443
Fix typos #443
Conversation
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.
Thanks, I left a couple of comments to fix. Otherwise LGTM and I'll merge it once fixed
pycparser/ply/yacc.py
Outdated
@@ -32,7 +32,7 @@ | |||
# ----------------------------------------------------------------------------- | |||
# | |||
# This implements an LR parser that is constructed from grammar rules defined | |||
# as Python functions. The grammer is specified by supplying the BNF inside |
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.
Please revert all changes in the ply/
directory - it's a vendored dependency and I don't want any changes in there
@@ -3652,7 +3652,7 @@ struct Btree { | |||
sqlite3 *db; | |||
BtShared *pBt; | |||
u8 inTrans; | |||
u8 sharable; |
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.
Revert this file too - it's vendored in
Done. Please check. |
No description provided.