summaryrefslogtreecommitdiff
path: root/src/hb-buffer.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-06-05 20:35:40 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-06-05 20:35:40 -0400
commit0594a2448440208efa0acac9a5d8d52d43108289 (patch)
tree8196d34faf2f8968ecf5fd8d53184f183716fdcf /src/hb-buffer.h
parente1ac38f8dd04c29d2d4140f5a492cdaf25d72901 (diff)
Cleanup TRUE/FALSE vs true/false
Diffstat (limited to 'src/hb-buffer.h')
-rw-r--r--src/hb-buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hb-buffer.h b/src/hb-buffer.h
index ca1bbf47..fe53197e 100644
--- a/src/hb-buffer.h
+++ b/src/hb-buffer.h
@@ -121,13 +121,13 @@ hb_buffer_get_language (hb_buffer_t *buffer);
void
hb_buffer_reset (hb_buffer_t *buffer);
-/* Returns FALSE if allocation failed */
+/* Returns false if allocation failed */
hb_bool_t
hb_buffer_pre_allocate (hb_buffer_t *buffer,
unsigned int size);
-/* Returns FALSE if allocation has failed before */
+/* Returns false if allocation has failed before */
hb_bool_t
hb_buffer_allocation_successful (hb_buffer_t *buffer);