Fix typo.

This commit is contained in:
Max Schaefer
2020-03-12 15:02:37 +00:00
parent b2f1da8942
commit 864c85e886

View File

@@ -1,5 +1,5 @@
/**
* Provides a taint-tracking tracking configuration for reasoning about allocation-size overflow.
* Provides a taint-tracking configuration for reasoning about allocation-size overflow.
*
* Note, for performance reasons: only import this file if `AllocationSizeOverflow::Configuration`
* is needed, otherwise `AllocationSizeOverflowCustomizations` should be imported instead.