From 2a9d4d076523edcc3f9eff3b402588a82b8f6396 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 12 Mar 2013 19:23:00 +0900 Subject: [PATCH] eo: tired, fix language typo. --- src/lib/eo/eo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index 0be79509a4..83d98a31ed 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -1064,7 +1064,7 @@ eo_class_new(const Eo_Class_Description *desc, const Eo_Class *parent, ...) if (getenv("EO_DEBUG")) { - fprintf(stderr, "Eo class '%s' will take %i octets per object.\n", + fprintf(stderr, "Eo class '%s' will take %i bytes per object.\n", desc->name, klass->data_offset + EO_ALIGN_SIZE(klass->desc->data_size) + klass->extn_data_size); }