Minor
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 11 Apr 2011 23:47:33 +0000 (19:47 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 11 Apr 2011 23:47:33 +0000 (19:47 -0400)
test/test-types.c

index 4a542fc..48aa087 100644 (file)
@@ -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);