Correct casing for Ada lang

Ada is a name, not an acronym, so it doesn't need to be upcased.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
This commit is contained in:
Marc Poulhiès 2022-11-04 19:56:20 +01:00 committed by Chris Packham
parent 7622b490a3
commit 20e33c9ec9

View File

@ -67,7 +67,7 @@ config CC_LANG_JAVA
config CC_LANG_ADA
bool
prompt "ADA (EXPERIMENTAL)"
prompt "Ada (EXPERIMENTAL)"
depends on CC_SUPPORT_ADA
depends on EXPERIMENTAL
help