From 995140207f15a08b7f2d963894c4a93ee10d2e00 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 11 Apr 2012 07:07:05 +0000 Subject: [PATCH] Eobj: Random commit to give credit for the idea of the previous commit. Previous commit was suggested by Daniel Zaoui. Sorry for forgetting. :) SVN revision: 70010 --- legacy/eobj/lib/eobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eobj/lib/eobj.c b/legacy/eobj/lib/eobj.c index 4087d9aef9..ad530af3d8 100644 --- a/legacy/eobj/lib/eobj.c +++ b/legacy/eobj/lib/eobj.c @@ -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. */