summaryrefslogtreecommitdiff
path: root/lib/frrscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frrscript.h')
-rw-r--r--lib/frrscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frrscript.h b/lib/frrscript.h
index 8f5b9f9cf8..03a8b9ec6a 100644
--- a/lib/frrscript.h
+++ b/lib/frrscript.h
@@ -195,7 +195,7 @@ const struct prefix * : lua_decode_noop \
*
* lfs
* The Lua function to call; this should have been loaded in by
- * frrscript_load(). nargs Number of arguments the function accepts
+ * frrscript_load(). nargs Number of arguments the function accepts
*
* Returns:
* 0 if the script ran successfully, nonzero otherwise.