Merge branch 'jc/ls-files-killed-optim' into maint
[gitweb.git] / Documentation / howto / revert-branch-rebase.txt
index 84dd839db43560d5d459f403904ebb3769521064..0d5419e1a9a6be235069f5807da08cc4e4052247 100644 (file)
@@ -12,7 +12,7 @@ How to revert an existing commit
 ================================
 
 One of the changes I pulled into the 'master' branch turns out to
-break building Git with GCC 2.95.  While they were well intentioned
+break building Git with GCC 2.95.  While they were well-intentioned
 portability fixes, keeping things working with gcc-2.95 was also
 important.  Here is what I did to revert the change in the 'master'
 branch and to adjust the 'pu' branch, using core Git tools and