diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 02:14:07 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 02:14:07 -0500 |
commit | eaac06df7546234cad05fbcb95ad1bbbd1d57cb8 (patch) | |
tree | e51a033b256b4bc9ceaed338f0ed6423c897b288 /project | |
parent | 661bcffd663092547465ea9bb8537ea5aa716f4f (diff) | |
download | sbpython2-eaac06df7546234cad05fbcb95ad1bbbd1d57cb8.tar.bz2 sbpython2-eaac06df7546234cad05fbcb95ad1bbbd1d57cb8.tar.xz |
project: custom config: fix typo.
Diffstat (limited to 'project')
-rw-r--r-- | project/config/cfgdefs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index f275ea1..cde8eb6 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -180,7 +180,7 @@ cfgdefs_perform_common_tests() else cfgtest_newline cfgtest_comment 'cfgdefs.sh: cannot detect little/big endian,' - cfgtest_comment 'cfgtest.sh: so defined both macros below.' + cfgtest_comment 'cfgdefs.sh: so defined both macros below.' cfgtest_newline cfgtest_cflags_append '-DDOUBLE_IS_LITTLE_ENDIAN_IEEE754' |