[PATCH] tools/c2man.pl - 'defined' --> 'declared'.

max at mtew.isa-geek.net max at mtew.isa-geek.net
Fri Feb 4 23:07:23 CST 2011


From: Max TenEyck Woodbury <max at mtew.isa-geek.net>

---
 tools/c2man.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/c2man.pl b/tools/c2man.pl
index 4fff8d7..f9f8d69 100755
--- a/tools/c2man.pl
+++ b/tools/c2man.pl
@@ -882,7 +882,7 @@ sub process_comment($)
     $h_file =~ s/\n//;
     if ($h_file eq "")
     {
-      $h_file = "Not defined in a Wine header. The function is either undocumented, or missing from Wine."
+      $h_file = "Not declared in a Wine header. The function is either undocumented, or missing from Wine."
     }
     else
     {
-- 
1.7.3.5




More information about the wine-patches mailing list