summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-02-17 19:07:33 +0100
committerAdrian Bunk <bunk@stusta.de>2007-02-17 19:07:33 +0100
commitd08df601a30df9e36c29f3214315f4f0c8784c68 (patch)
treecc40826467113f1bfd2e666bb51670e31f436355 /lib
parent6340aa61b1f1d9c2aadb20594778a5f849bcbb69 (diff)
downloadlinux-3.10-d08df601a30df9e36c29f3214315f4f0c8784c68.tar.gz
linux-3.10-d08df601a30df9e36c29f3214315f4f0c8784c68.tar.bz2
linux-3.10-d08df601a30df9e36c29f3214315f4f0c8784c68.zip
Various typo fixes.
Correct mis-spellings of "algorithm", "appear", "consistent" and (shame, shame) "kernel". Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/textsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/textsearch.c b/lib/textsearch.c
index 9e2a002c5b5..88c98a2ec8d 100644
--- a/lib/textsearch.c
+++ b/lib/textsearch.c
@@ -40,7 +40,7 @@
* configuration according to the specified parameters.
* (3) User starts the search(es) by calling _find() or _next() to
* fetch subsequent occurrences. A state variable is provided
- * to the algorihtm to store persistent variables.
+ * to the algorithm to store persistent variables.
* (4) Core eventually resets the search offset and forwards the find()
* request to the algorithm.
* (5) Algorithm calls get_next_block() provided by the user continously