Fix typo in comment

This commit is contained in:
Ryan Schmidt 2021-08-11 23:21:44 -05:00 committed by Tim Edwards
parent 4cba342ad0
commit 3fd058d369
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ typedef int TileType;
*
* Each addition of a word to the bitmask increases computation
* time on all plane operations in magic! Choose the smallest number
* required for the technology files used. The obvious reaonable values
* required for the technology files used. The obvious reasonable values
* to choose are 96, 192, 256, or 512, corresponding to word array sizes
* of 3, 6, 8, and 16, respectively.
*/