From 9f10a98f448568f9e728bf827320def8732200eb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 27 Nov 2006 08:57:29 +0000 Subject: svn.py, git.py: Sync with bitbake trunk - comment changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@961 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/lib/bb/fetch/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch/git.py') diff --git a/bitbake/lib/bb/fetch/git.py b/bitbake/lib/bb/fetch/git.py index 75a7629223..bb517c9928 100644 --- a/bitbake/lib/bb/fetch/git.py +++ b/bitbake/lib/bb/fetch/git.py @@ -52,7 +52,7 @@ class Git(Fetch): """Class to fetch a module or modules from git repositories""" def supports(self, url, ud, d): """ - Check to see if a given url can be fetched with cvs. + Check to see if a given url can be fetched with git. """ return ud.type in ['git'] -- cgit v1.2.3-54-g00ecf