From 5cb2284d9f194b7051d7fbe0900d72feb2f87299 Mon Sep 17 00:00:00 2001
From: florent <florent@laas.fr>
Date: Tue, 19 Oct 2010 08:41:03 +0200
Subject: [PATCH] Fix comment

    * src/entity-py.cc.
---
 src/entity-py.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/entity-py.cc b/src/entity-py.cc
index fa2fc48..7971b88 100644
--- a/src/entity-py.cc
+++ b/src/entity-py.cc
@@ -40,7 +40,7 @@ namespace dynamicgraph {
 	  return NULL;
 	}
 	
-	// Return the pointer as an integer
+	// Return the pointer as a PyCObject
 	return PyCObject_FromVoidPtr((void*)obj, destroy);
       }
       
-- 
GitLab