Eobj: Random commit to give credit for the idea of the previous commit.
authortasn <tasn>
Wed, 11 Apr 2012 07:07:05 +0000 (07:07 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Apr 2012 07:07:05 +0000 (07:07 +0000)
Previous commit was suggested by Daniel Zaoui.

Sorry for forgetting. :)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@70010 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

lib/eobj.c

index 4087d9a..ad530af 100644 (file)
@@ -593,7 +593,7 @@ eobj_class_new(const Eobj_Class_Description *desc, const Eobj_Class *parent, ...
 
    klass->desc = desc;
 
-   /* If we have a parent, update the current offset. */
+   /* If we have a class parent, update the current offset. */
    if (klass->parent)
      {
         /* FIXME: Make sure this alignment is enough. */