chore: fix more typos in comments

This commit is contained in:
int-y1
2023-10-08 13:11:41 -07:00
committed by Leonardo de Moura
parent 8d7520b36f
commit ce4ae37c19
48 changed files with 75 additions and 75 deletions

View File

@@ -7,7 +7,7 @@
# Author: Leonardo de Moura
#
# Given a text file containing constants defined in the Lean libraries,
# this script generates .h and .cpp files for initialing/finalizing theses constants
# this script generates .h and .cpp files for initialing/finalizing these constants
# as C++ name objects.
#
# This script is used to generate src/library/constants.cpp and src/library/constants.h