From 6c8af3d0651d2facd2a1ca599af36047986f3edf Mon Sep 17 00:00:00 2001
From: Manuel Franceschini <manuel.franceschini@gmail.com>
Date: Fri, 22 Feb 2008 16:12:49 +0000
Subject: [PATCH] Small comment fix.

---
 lib/backend.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/backend.py b/lib/backend.py
index 8ea0fa7b6..608862aa2 100644
--- a/lib/backend.py
+++ b/lib/backend.py
@@ -649,9 +649,8 @@ def CreateBlockDevice(disk, size, owner, on_primary, info):
    disk: a ganeti.objects.Disk object
    size: the size of the physical underlying device
    owner: a string with the name of the instance
-   on_primary: a boolean indicating if it will be created on the primary
-     node or not
-   info: string 
+   on_primary: a boolean indicating if it is the primary node or not
+   info: string that will be sent to the physical device creation
 
   Returns:
     the new unique_id of the device (this can sometime be
-- 
GitLab