aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory/algo_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/algo_factory/algo_cache.h')
-rw-r--r--src/algo_factory/algo_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algo_factory/algo_cache.h b/src/algo_factory/algo_cache.h
index ad8d41383..376af130b 100644
--- a/src/algo_factory/algo_cache.h
+++ b/src/algo_factory/algo_cache.h
@@ -32,7 +32,7 @@ class Algorithm_Cache
/**
* @param algo_spec names the requested algorithm
* @param pref_provider suggests a preferred provider
- * @return a prototype object, or NULL
+ * @return prototype object, or NULL
*/
const T* get(const std::string& algo_spec,
const std::string& pref_provider);