X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=epoch.c;h=0f374921da0dd97cd26a18895abbe05634f6e2b7;hb=d9a83684c473e04c61f0060c4926d20f8183f7b6;hp=db44f5ca9f73a75cc266d9b45eda0aca56dd1ede;hpb=9d34c29db39bdb5c2443475dd6a24cfc5c2c9e37;p=git.git diff --git a/epoch.c b/epoch.c index db44f5ca..0f374921 100644 --- a/epoch.c +++ b/epoch.c @@ -15,6 +15,7 @@ #include "cache.h" #include "commit.h" +#include "revision.h" #include "epoch.h" struct fraction { @@ -190,7 +191,7 @@ static void free_mass_counter(struct mass_counter *counter) * enqueued, enqueuing the commit in a list of pending commits, in latest * commit date first order. * - * The algorithm then preceeds to visit each commit in the pending queue. + * The algorithm then proceeds to visit each commit in the pending queue. * Upon each visit, the pending mass is added to the mass already seen for that * commit and then divided into N equal portions, where N is the number of * parents of the commit being visited. The divided portions are then injected