]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
all: Fix "specifc", "costant" and "constat" typos in comments
authorJonathan Wakely <jwakely@redhat.com>
Tue, 7 Oct 2025 14:00:24 +0000 (15:00 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 7 Oct 2025 14:03:42 +0000 (15:03 +0100)
gcc/ChangeLog:

* config/i386/i386-features.cc
(general_scalar_chain::vector_const_cost): Fix spelling in
comment.
* ipa-prop.h (enum jump_func_type): Likewise.
* tree-vectorizer.cc (try_vectorize_loop_1): Likewise.

gcc/cp/ChangeLog:

* module.cc (trees_out::lang_vals): Fix spelling in comment.

gcc/jit/ChangeLog:

* docs/_build/texinfo/libgccjit.texi: Fix spelling.
* docs/internals/index.rst: Likewise.

libgm2/ChangeLog:

* configure.host: Fix spelling in comment.

libstdc++-v3/ChangeLog:

* configure.host: Fix spelling in comment.

gcc/testsuite/ChangeLog:

* gfortran.dg/dynamic_dispatch_9.f03: Fix spelling in comment.
* gfortran.dg/use_only_3.inc: Likewise

gcc/config/i386/i386-features.cc
gcc/cp/module.cc
gcc/ipa-prop.h
gcc/jit/docs/_build/texinfo/libgccjit.texi
gcc/jit/docs/internals/index.rst
gcc/testsuite/gfortran.dg/dynamic_dispatch_9.f03
gcc/testsuite/gfortran.dg/use_only_3.inc
gcc/tree-vectorizer.cc
libgm2/configure.host
libstdc++-v3/configure.host

index c313fb85f9ba5e0522fb564568a60652323fc33e..9348f55c2cd1dc9f6e17dd2523889cf630448b3c 100644 (file)
@@ -545,7 +545,7 @@ scalar_chain::build (bitmap candidates, unsigned insn_uid, bitmap disallowed)
   return true;
 }
 
-/* Return a cost of building a vector costant
+/* Return a cost of building a vector constant
    instead of using a scalar one.  */
 
 int
index 5f814f39e72c2cf796fb300acab138f5367c64bc..103d7506da2de153184f9147f36959f8f096e01f 100644 (file)
@@ -7691,7 +7691,7 @@ trees_in::tree_node_bools (tree t)
 }
 
 
-/* Write out the lang-specifc vals of node T.  */
+/* Write out the lang-specific vals of node T.  */
 
 void
 trees_out::lang_vals (tree t)
index 74c9a6378370be7ababa11af8b4a5f28a22bf04f..046e83a521f696cda4ff9d4337ba9f13df2d4bcb 100644 (file)
@@ -72,7 +72,7 @@ along with GCC; see the file COPYING3.  If not see
 enum jump_func_type
 {
   IPA_JF_UNKNOWN = 0,  /* newly allocated and zeroed jump functions default */
-  IPA_JF_CONST,             /* represented by field costant */
+  IPA_JF_CONST,             /* represented by field constant */
   IPA_JF_PASS_THROUGH,     /* represented by field pass_through */
   IPA_JF_LOAD_AGG,         /* represented by field load_agg */
   IPA_JF_ANCESTOR          /* represented by field ancestor */
index 487c57118148b85d5aedabe8cc3999a968efb7dd..5852070153a536a690225c7b3d931899361f2f83 100644 (file)
@@ -15740,7 +15740,7 @@ The jit testsuite detects if
 @code{RUN_UNDER_VALGRIND} is present in the
 environment (with any value).  If it is present, it runs the test client
 code under valgrind@footnote{https://valgrind.org},
-specifcally, the default
+specifically, the default
 memcheck@footnote{https://valgrind.org/docs/manual/mc-manual.html}
 tool with
 --leak-check=full@footnote{https://valgrind.org/docs/manual/mc-manual.html#opt.leak-check}.
index 36dd5391ca6a59c4f19e981bcee075065420ab1b..50efebda13b4f0e4e6af6792a62dfb3707f68ce2 100644 (file)
@@ -137,7 +137,7 @@ Running under valgrind
 The jit testsuite detects if :envvar:`RUN_UNDER_VALGRIND` is present in the
 environment (with any value).  If it is present, it runs the test client
 code under `valgrind <https://valgrind.org>`_,
-specifcally, the default
+specifically, the default
 `memcheck <https://valgrind.org/docs/manual/mc-manual.html>`_
 tool with
 `--leak-check=full
index b9b1b1a6e069491b56945c59723edc3047087c74..0f807ba51049b8079496048fa84dcd392c88c2ab 100644 (file)
@@ -1,6 +1,6 @@
 ! { dg-do run }
 !
-! [OOP] Ensure that different specifc interfaces are
+! [OOP] Ensure that different specific interfaces are
 ! handled properly by dynamic dispatch.
 !
 ! Contributed by Salvatore Filippone <sfilippone@uniroma2.it>
index 7b860096b32d787a2712b980e7758ed0d21f5e5d..7ef449e00082669116555234fa147937861ee4c7 100644 (file)
@@ -397,7 +397,7 @@ END MODULE control_flags
      REAL(DP) :: ecutw = 0.0d0
      REAL(DP) :: gcutw = 0.0d0
 
-     !   values for costant cut-off computations
+     !   values for constant cut-off computations
 
      REAL(DP) :: ecfix = 0.0d0     ! value of the constant cut-off
      REAL(DP) :: ecutz = 0.0d0     ! height of the penalty function (above ecfix)
index d7dc30bbeac578dd37393c4650d7d041b3d98414..97b6297fb14514486d3bc65cd1c897ecb79d6d06 100644 (file)
@@ -1137,7 +1137,7 @@ try_vectorize_loop_1 (hash_table<simduid_to_vf> *&simduid_to_vf_htab,
                      || ifn == IFN_MASK_STORE
                      || ifn == IFN_MASK_CALL
                      /* Don't keep the if-converted parts when the ifn with
-                        specifc type is not supported by the backend.  */
+                        specific type is not supported by the backend.  */
                      || (direct_internal_fn_p (ifn)
                          && !direct_internal_fn_supported_p
                          (call, OPTIMIZE_FOR_SPEED)))
index 2806fd6872b3fdeb519bfc678046e7a9776304db..b96a37cab170d305a03034e82a4262b9eaf8ea40 100644 (file)
@@ -200,10 +200,10 @@ cpu_opt_ext_random=cpu/generic/opt/bits/opt_random.h
 
 # Set any OS-dependent bits.
 # Set the os_include_dir.
-# Set the error_costants_dir.
+# Set the error_constants_dir.
 # Set c_model, c_compatibility here.
 # If atomic ops and/or numeric limits are OS-specific rather than
-# CPU-specifc, set those here too.
+# CPU-specific, set those here too.
 # THIS TABLE IS SORTED.  KEEP IT THAT WAY.
 case "${host_os}" in
   aix[56789]*)
index 87a1822c661a6949dbd55781819bd7317d8aeaf0..ff97216167decaccd18605e238309906008f5cf0 100644 (file)
@@ -210,10 +210,10 @@ cpu_opt_ext_random=cpu/generic/opt/bits/opt_random.h
 
 # Set any OS-dependent bits.
 # Set the os_include_dir.
-# Set the error_costants_dir.
+# Set the error_constants_dir.
 # Set c_model, c_compatibility here.
 # If atomic ops and/or numeric limits are OS-specific rather than
-# CPU-specifc, set those here too.
+# CPU-specific, set those here too.
 # THIS TABLE IS SORTED.  KEEP IT THAT WAY.
 case "${host_os}" in
   aix[56789]*)