[26806] trunk/base/src/darwintracelib1.0/darwintrace.c

source_changes at macosforge.org source_changes at macosforge.org
Sun Jul 8 16:47:51 PDT 2007


Revision: 26806
          http://trac.macosforge.org/projects/macports/changeset/26806
Author:   ryandesign at macports.org
Date:     2007-07-08 16:47:50 -0700 (Sun, 08 Jul 2007)

Log Message:
-----------
grammer/spacing fixes in comments

Modified Paths:
--------------
    trunk/base/src/darwintracelib1.0/darwintrace.c

Modified: trunk/base/src/darwintracelib1.0/darwintrace.c
===================================================================
--- trunk/base/src/darwintracelib1.0/darwintrace.c	2007-07-08 22:32:41 UTC (rev 26805)
+++ trunk/base/src/darwintracelib1.0/darwintrace.c	2007-07-08 23:47:50 UTC (rev 26806)
@@ -471,7 +471,7 @@
  *   answer -- 1 (yes, I want to receive answer) and 0 (no, thanks, just send)
  * Return value:
  *    -1     -- something went wrong
- *    0      -- data successful sent
+ *    0      -- data successfully sent
  *    string -- answer (caller shoud free it)
  */
 static char * exchange_with_port(const char * buf, size_t len, int answer)
@@ -648,7 +648,7 @@
 	__darwintrace_setup();
 	if (__darwintrace_fd >= 0) {
 	  struct stat sb;
-	  /* for symlinks, we wan't to capture
+	  /* for symlinks, we want to capture
 	   * both the original path and the modified one,
 	   * since for /usr/bin/gcc -> gcc-4.0,
 	   * both "gcc_select" and "gcc" are contributors
@@ -711,7 +711,7 @@
 #undef execve
 }
 
-/* if darwintrace has  been initialized, trap
+/* if darwintrace has been initialized, trap
    attempts to close our file descriptor
 */
 int close(int fd) {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070708/8f871ff0/attachment.html


More information about the macports-changes mailing list