mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-10 08:00:05 +00:00
Cleanup: Fix typo in overflowsafe_type comment
This commit is contained in:
parent
236f71640c
commit
48c1c7f221
@ -22,8 +22,8 @@
|
||||
|
||||
/**
|
||||
* Overflow safe template for integers, i.e. integers that will never overflow
|
||||
* you multiply the maximum value with 2, or add 2, or subtract something from
|
||||
* the minimum value, etc.
|
||||
* when you multiply the maximum value with 2, or add 2, or subtract something
|
||||
* from the minimum value, etc.
|
||||
* @param T the type these integers are stored with.
|
||||
*/
|
||||
template <class T>
|
||||
|
Loading…
Reference in New Issue
Block a user