diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 02:14:07 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 02:15:31 -0500 |
commit | f546c90c0cc4a8e8916022c2fcfd3ca25ef7a9f9 (patch) | |
tree | ce55d7bce4ee0255eb79dff937c1b7c7fc336b18 /project | |
parent | 2f49aa1268d6119e73a4d133c3395b25b81a1164 (diff) | |
download | sbpython3-f546c90c0cc4a8e8916022c2fcfd3ca25ef7a9f9.tar.bz2 sbpython3-f546c90c0cc4a8e8916022c2fcfd3ca25ef7a9f9.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' |