From 950a5141ab5ab45206d55677cb3084866cc3aa86 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 17 Apr 2005 18:36:55 +0000 Subject: [PATCH] Fixed a typo (thanks, Robert). --- lib/qache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qache.h b/lib/qache.h index a7e74184..48a9e31c 100644 --- a/lib/qache.h +++ b/lib/qache.h @@ -26,7 +26,7 @@ void qache_close(struct qache *q, uns retain_data); /* Insert new item to the cache with a given key and data. If pos_hint is non-zero, it serves * as a hint about the position of the entry (if it's known that an entry with the particular key - * was located there a moment ago. Returns position of the new entry. + * was located there a moment ago). Returns position of the new entry. */ uns qache_insert(struct qache *q, qache_key_t *key, uns pos_hint, void *data, uns size); -- 2.39.2