aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/search.h')
-rw-r--r--src/nvim/search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/search.h b/src/nvim/search.h
index 1fc2d6710e..6947f79d49 100644
--- a/src/nvim/search.h
+++ b/src/nvim/search.h
@@ -44,7 +44,7 @@
/// Structure containing offset definition for the last search pattern
///
-/// @note Only offset for the last search pattern is used, not for the last
+/// @note Only offset for the last search pattern is used, not for the last
/// substitute pattern.
typedef struct soffset {
char dir; ///< Search direction: forward ('/') or backward ('?')