From 5131475ae192f9895cff3b1b0ccdffca963ba556 Mon Sep 17 00:00:00 2001
From: Ben Olive <ben.olive@gatech.edu>
Date: Fri, 13 Nov 2009 14:27:21 -0500
Subject: [PATCH] Comments reflect actual patch level of 1.

Updated comments to match new default patch level from revision 4fe374d
---
 Library/Homebrew/formula.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index ce637b32a3..d11aeefd37 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -176,7 +176,7 @@ class Formula
   def caveats; nil end
 
   # patches are automatically applied after extracting the tarball
-  # return an array of strings, or if you need a patch level other than -p0
+  # return an array of strings, or if you need a patch level other than -p1
   # return a Hash eg.
   #   {
   #     :p0 => ['http://foo.com/patch1', 'http://foo.com/patch2'],
@@ -380,7 +380,7 @@ private
 
     ohai "Patching"
     if not patches.kind_of? Hash
-      # We assume -p0
+      # We assume -p1
       patch_defns = { :p1 => patches }
     else
       patch_defns = patches
-- 
GitLab