From e493c9aa07675099253e07ac3eb1ccf10880a8e2 Mon Sep 17 00:00:00 2001
From: Hans-Christoph Steiner <eighthave@users.sourceforge.net>
Date: Thu, 9 Jun 2005 16:19:58 +0000
Subject: changed comment to be more human readable

svn path=/trunk/; revision=3148
---
 packages/darwin_app/patches/MACOSX-to-__APPLE__.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/darwin_app/patches/MACOSX-to-__APPLE__.patch b/packages/darwin_app/patches/MACOSX-to-__APPLE__.patch
index 1f2c5c33..c8347c06 100644
--- a/packages/darwin_app/patches/MACOSX-to-__APPLE__.patch
+++ b/packages/darwin_app/patches/MACOSX-to-__APPLE__.patch
@@ -247,7 +247,7 @@ diff -u -w -r1.6 s_path.c
  
  
 -/* Startup file reading for linux and MACOSX.  As of 0.38 this will be
-+/* Startup file reading for linux and __APPLE__.  As of 0.38 this will be
++/* Startup file reading for linux and Mac OS X.  As of 0.38 this will be
  deprecated in favor of the "settings" mechanism */
  
  int sys_argparse(int argc, char **argv);
@@ -279,7 +279,7 @@ diff -u -w -r1.2 t_main.c
  
  
 -#ifndef MACOSX     /* linux and IRIX only; in MACOSX we don't link this in */
-+#ifndef __APPLE__     /* linux and IRIX only; in __APPLE__ we don't link this in */
++#ifndef __APPLE__     /* linux and IRIX only; in Mac OS X we don't link this in */
  #include "tk.h"
  #include <stdlib.h>
  
-- 
cgit v1.2.1