diff options
author | Alexander Potashev <aspotashev@gmail.com> | 2008-12-09 20:26:22 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-09 21:39:23 -0800 |
commit | 51ea440637bca30392dded5a75e23f382ce2f23a (patch) | |
tree | aed843a48d4f833699076db155d657b84d496995 /Documentation/technical | |
parent | git-p4: Fix regression in p4Where method. (diff) | |
download | tgif-51ea440637bca30392dded5a75e23f382ce2f23a.tar.xz |
Fix typos in documentation
Signed-off-by: Alexander Potashev <aspotashev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/racy-git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/racy-git.txt b/Documentation/technical/racy-git.txt index 6bdf034b3a..48bb97f0b1 100644 --- a/Documentation/technical/racy-git.txt +++ b/Documentation/technical/racy-git.txt @@ -135,7 +135,7 @@ them, and give the same timestamp to the index file: This will make all index entries racily clean. The linux-2.6 project, for example, there are over 20,000 files in the working -tree. On my Athron 64X2 3800+, after the above: +tree. On my Athlon 64 X2 3800+, after the above: $ /usr/bin/time git diff-files 1.68user 0.54system 0:02.22elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k |