Cleanup: Correct typographic errors in code comments.

This commit is contained in:
TechGeekNZ
2020-06-06 16:15:23 +12:00
committed by Charles Pigott
parent 3d8597d42e
commit fe1925931d
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file null_v.cpp The videio driver that doesn't blit. */
/** @file null_v.cpp The video driver that doesn't blit. */
#include "../stdafx.h"
#include "../gfx_func.h"