comments: fix typo

This commit is contained in:
Leo Arias
2018-06-05 22:43:58 -06:00
committed by GitHub
parent 7422cd737d
commit df424b1887
+1 -1
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.
*/