<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/ee6096ce3789742a7961b98bb87abf06b48d2d12">https://github.com/macports/macports-base/commit/ee6096ce3789742a7961b98bb87abf06b48d2d12</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new ee6096ce darwintrace.c: fix typo in comment
</span>ee6096ce is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ee6096ce3789742a7961b98bb87abf06b48d2d12
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sun Jan 2 19:00:46 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    darwintrace.c: fix typo in comment
</span>---
 src/darwintracelib1.0/darwintrace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/darwintracelib1.0/darwintrace.c b/src/darwintracelib1.0/darwintrace.c
</span><span style='display:block; white-space:pre;color:#808080;'>index d71af50f..c48f83f3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/darwintracelib1.0/darwintrace.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/darwintracelib1.0/darwintrace.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -357,7 +357,7 @@ void __darwintrace_close() {
</span> 
 /**
  * Ensures darwintrace is correctly set up by opening a socket connection to
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * the MacPorts-side of trace mode. Will close an re-open this connection when
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * the MacPorts-side of trace mode. Will close and re-open this connection when
</span>  * called after \c fork(2), i.e. when the current PID doesn't match the one
  * stored when the function was called last.
  */
</pre><pre style='margin:0'>

</pre>