From 7d5bb1efadba9d16e714bcd6981d1a6190087636 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 15 Dec 2014 20:10:18 +0000 Subject: [PATCH] Fix comment. --- libguestfs_fedora.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 38056f4..10c82c9 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -24,7 +24,7 @@ let package = "libguestfs" let branches = [ (* "1.22-stable", "f19"; *) (* F19 built by hand. *) "1.26-stable", "f20"; (* F20 follows 1.26. *) - "1.28-stable", "f21"; (* F20 follows 1.28. *) + "1.28-stable", "f21"; (* F21 follows 1.28. *) "1.29-development", "master"; (* Rawhide follows development. *) ] -- 1.8.3.1