[wpimath] Fix typo in comment of update_eigen.py (#3369)

NonMPL2.h clearly doesn't contain MPL2 code.
This commit is contained in:
Tyler Veness
2021-05-21 21:39:33 -07:00
committed by GitHub
parent fdbbf11887
commit 4c562a4457

View File

@@ -57,7 +57,7 @@ def eigen_inclusions(dp, f):
if f == "CMakeLists.txt":
return False
# Exclude code licensed under MPL2
# Exclude NonMPL2.h since all non-MPL2 code will be excluded anyway
if f == "NonMPL2.h":
return False