1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a typo in a comment.

FossilOrigin-Name: ae087123db8e7d47b25a8d0a98cfd62e85e42fc6
This commit is contained in:
drh
2017-01-03 21:03:37 +00:00
parent b94f2eccc1
commit 5c6b944d16
3 changed files with 8 additions and 8 deletions

View File

@@ -110,7 +110,7 @@
# define GCC_VERSION 0
#endif
/* What version of CLANG is being used. 0 means GCC is not being used */
/* What version of CLANG is being used. 0 means CLANG is not being used */
#ifdef __clang__
# define CLANG_VERSION \
(__clang_major__*1000000+__clang_minor__*1000+__clang_patchlevel__)