[Piglit] [PATCH v3 29/29] patterns.py: Corrects comment

Dylan Baker baker.dylan.c at gmail.com
Wed Jul 24 14:57:12 PDT 2013


The comment previously said that 'something' when it should have said
'nothing'

Reviewed-by: Chris Forbes <chrisf at ijw.co.nz>
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 framework/patterns.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/patterns.py b/framework/patterns.py
index 751e1a7..bcf4e7e 100644
--- a/framework/patterns.py
+++ b/framework/patterns.py
@@ -32,7 +32,7 @@ class Singleton(object):
     A thread-safe (mostly -- see NOTE) Singleton class pattern.
 
     NOTE: deleting a singleton instance (i.e. Singleton::delInstance) does not
-    guarantee that something else is currently using it. To reduce this risk, a
+    guarantee that nothing else is currently using it. To reduce this risk, a
     program should not hold a reference to the instance.  Rather, use the
     create/construct syntax (see example below) to access the instance.  Yet,
     this still does not guarantee that this type of usage will result in a
-- 
1.8.3.1



More information about the Piglit mailing list