diff options
author | 2009-04-30 06:53:25 +0000 | |
---|---|---|
committer | 2009-04-30 06:53:25 +0000 | |
commit | b014a9611e7b3c6f2922bd8574e6db5305289745 (patch) | |
tree | f77498f04c821ac893dd6d4c2449229d3ab0b958 /bin | |
parent | Add parsing code for --jobs and --load-average. (trunk r13263) (diff) | |
download | portage-multirepo-b014a9611e7b3c6f2922bd8574e6db5305289745.tar.gz portage-multirepo-b014a9611e7b3c6f2922bd8574e6db5305289745.tar.bz2 portage-multirepo-b014a9611e7b3c6f2922bd8574e6db5305289745.zip |
Fix typo in comment. (trunk r13264)
svn path=/main/branches/2.1.6/; revision=13443
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/egencache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/egencache b/bin/egencache index c7b73c98..4d0f5c9a 100755 --- a/bin/egencache +++ b/bin/egencache @@ -143,7 +143,7 @@ class GenCache(object): # file mtime nor size changes, it will prevent rsync from # detecting changes. Cache backends may raise this # exception from _setitem() if they detect this type of stat - # collision. These exceptions are be handled by bumping the + # collision. These exceptions are handled by bumping the # mtime on the ebuild (and the corresponding cache entry). # See bug #139134. max_mtime = sc.mtime |