Merge branch 'tb/filter-alternate-refs'
[gitweb.git] / Documentation / technical / api-revision-walking.txt
index b7d0d9a8a7b45f4988c0ee8170fec25c415cc918..03f9ea6ac4bad96c9714cd7948e70959ea682d30 100644 (file)
@@ -15,9 +15,9 @@ revision list.
 Functions
 ---------
 
-`init_revisions`::
+`repo_init_revisions`::
 
-       Initialize a rev_info structure with default values. The second
+       Initialize a rev_info structure with default values. The third
        parameter may be NULL or can be prefix path, and then the `.prefix`
        variable will be set to it. This is typically the first function you
        want to call when you want to deal with a revision list. After calling
@@ -59,7 +59,7 @@ function.
 `reset_revision_walk`::
 
        Reset the flags used by the revision walking api. You can use
-       this to do multiple sequencial revision walks.
+       this to do multiple sequential revision walks.
 
 Data structures
 ---------------