summaryrefslogtreecommitdiffstats
path: root/include/freetype/ftcache.h
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2010-09-16 11:32:17 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-16 11:32:17 -0700
commitcb487e4c5295d0d9bb96ddd3a27372ffad41ae5b (patch)
tree2b4c5412391bf31f6a54b237ea83bfde05ec3802 /include/freetype/ftcache.h
parentf2873c598230898219f9481ffb43edc5e4d3f806 (diff)
parentaacb8e1368a883fcbc9fe64fd0e460cef9c9b20c (diff)
downloadandroid_external_freetype-cb487e4c5295d0d9bb96ddd3a27372ffad41ae5b.tar.gz
android_external_freetype-cb487e4c5295d0d9bb96ddd3a27372ffad41ae5b.tar.bz2
android_external_freetype-cb487e4c5295d0d9bb96ddd3a27372ffad41ae5b.zip
am aacb8e13: upgrade freetype to 2.4.2.
Merge commit 'aacb8e1368a883fcbc9fe64fd0e460cef9c9b20c' * commit 'aacb8e1368a883fcbc9fe64fd0e460cef9c9b20c': upgrade freetype to 2.4.2.
Diffstat (limited to 'include/freetype/ftcache.h')
-rw-r--r--include/freetype/ftcache.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/freetype/ftcache.h b/include/freetype/ftcache.h
index 0916d70..a9e1237 100644
--- a/include/freetype/ftcache.h
+++ b/include/freetype/ftcache.h
@@ -4,7 +4,7 @@
/* */
/* FreeType Cache subsystem (specification). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by */
+/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -263,10 +263,10 @@ FT_BEGIN_HEADER
/* reference-counted. A node with a count of~0 might be flushed */
/* out of a full cache whenever a lookup request is performed. */
/* */
- /* If you lookup nodes, you have the ability to `acquire' them, i.e., */
- /* to increment their reference count. This will prevent the node */
- /* from being flushed out of the cache until you explicitly `release' */
- /* it (see @FTC_Node_Unref). */
+ /* If you look up nodes, you have the ability to `acquire' them, */
+ /* i.e., to increment their reference count. This will prevent the */
+ /* node from being flushed out of the cache until you explicitly */
+ /* `release' it (see @FTC_Node_Unref). */
/* */
/* See also @FTC_SBitCache_Lookup and @FTC_ImageCache_Lookup. */
/* */