From: Ben Pfaff Date: Mon, 22 Aug 2011 21:26:58 +0000 (-0700) Subject: daemon: Correct comment in Python implementation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7675d4e56d5108c554de25e7772c2eb60470abc;p=openvswitch daemon: Correct comment in Python implementation. Reported-by: Reid Price --- diff --git a/python/ovs/daemon.py b/python/ovs/daemon.py index 149c8a1d..5aa5bc10 100644 --- a/python/ovs/daemon.py +++ b/python/ovs/daemon.py @@ -75,8 +75,7 @@ def set_pidfile(name): def get_pidfile(): """Returns an absolute path to the configured pidfile, or None if no - pidfile is configured. The caller must not modify or free the returned - string.""" + pidfile is configured.""" return _pidfile def set_no_chdir():