aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libarena
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2008-06-01 17:42:37 +0800
committerolgeni <olgeni@FreeBSD.org>2008-06-01 17:42:37 +0800
commit9aa8bdd89214914fb17b824b18c6780a5a92284e (patch)
treefcca160716ded0c37ee140d2a35b4a0bbe1ac5f0 /devel/libarena
parent437a96d1bc7e1a1cdce06da4fb2617c8f0a80b93 (diff)
downloadfreebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.tar.gz
freebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.tar.zst
freebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.zip
Large round of typo fixes in ports/devel (pkg-descr).
Diffstat (limited to 'devel/libarena')
-rw-r--r--devel/libarena/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libarena/pkg-descr b/devel/libarena/pkg-descr
index 96f313cacb9a..aa0559e46ece 100644
--- a/devel/libarena/pkg-descr
+++ b/devel/libarena/pkg-descr
@@ -4,7 +4,7 @@ and two malloc(3) wrappers: one which returns the pointers unadulterated
and one which obeys the requested, arbitrary alignment. These can be used
directly, or through their exported prototype interfaces.
-libarena is meant to provide a baseline interface so allocator's can be
+libarena is meant to provide a baseline interface so allocators can be
stacked, and to provide a simple and well defined interface for libraries
and applications without becoming mired in features or capabilities. It is
not meant to restrict or confine what custom allocators can actually