summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/linux-build.yml1
-rw-r--r--.github/workflows/mac-build.yml1
-rw-r--r--.github/workflows/onefiledist.yml1
-rw-r--r--.github/workflows/win-build.yml1
-rw-r--r--generic/tclListObj.c6
5 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 52cec15..29aa98b 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- - "trunk"
- "core-8-branch"
tags:
- "core-**"
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index c576390..462bd92 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- - "trunk"
- "core-8-branch"
tags:
- "core-**"
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index f1cee16..5c90701 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- - "trunk"
- "core-8-branch"
tags:
- "core-**"
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index a7ce43b..3809786 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- - "trunk"
- "core-8-branch"
tags:
- "core-**"
diff --git a/generic/tclListObj.c b/generic/tclListObj.c
index 257925e..6cc933c 100644
--- a/generic/tclListObj.c
+++ b/generic/tclListObj.c
@@ -304,8 +304,8 @@ ListSpanMerited(
Tcl_Size allocatedStorageLength) /* Length of the currently allocation */
{
/*
- * Possible optimizations for future consideration
- * - heuristic LIST_SPAN_THRESHOLD
+ * Possible optimizations for future consideration
+ * - heuristic LIST_SPAN_THRESHOLD
* - currently, information about the sharing (ref count) of existing
* storage is not passed. Perhaps it should be. For example if the
* existing storage has a "large" ref count, then it might make sense
@@ -828,7 +828,7 @@ ListStoreNew(
*
* ListStoreReallocate --
*
- * Reallocates the memory for a ListStore allocating extra for
+ * Reallocates the memory for a ListStore allocating extra for
* possible future growth.
*
* Results: