Merge pull request #4233 from elopio/patch-3

comments: fix typo
This commit is contained in:
chriseth 2018-06-06 10:00:37 +02:00 committed by GitHub
commit 12f6efafe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
along with solidity. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* Base class to perform data flaw analysis during AST walks.
* Base class to perform data flow analysis during AST walks.
* Tracks assignments and is used as base class for both Rematerialiser and
* Common Subexpression Eliminator.
*/