From 4744379efc6063d94e15ff99381a7ab8b88ee567 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 11 Apr 2011 19:47:33 -0400 Subject: [PATCH] Minor --- test/test-types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-types.c b/test/test-types.c index 4a542fc..48aa087 100644 --- a/test/test-types.c +++ b/test/test-types.c @@ -31,7 +31,7 @@ static void test_types_int (void) { - /* We already ASSERT_STATIC these in hb-common.h, but anyway */ + /* We already ASSERT_STATIC these in hb-private.h, but anyway */ g_assert_cmpint (sizeof (int8_t), ==, 1); g_assert_cmpint (sizeof (uint8_t), ==, 1); g_assert_cmpint (sizeof (int16_t), ==, 2); -- 2.7.4