summaryrefslogtreecommitdiff
path: root/lib/frrscript.h
diff options
context:
space:
mode:
authorDonald Lee <dlqs@gmx.com>2021-07-23 17:04:27 +0800
committerDonald Lee <dlqs@gmx.com>2021-07-23 20:43:24 +0800
commit08bf2b41b82f3bc46c052044a4630a8534b819e9 (patch)
tree404e7b95f4000660e2eb972fa33f2f3966f6581b /lib/frrscript.h
parent70d995abd4e6938dcdaccc61a6f9cd66946d99d1 (diff)
lib: formatting
Signed-off-by: Donald Lee <dlqs@gmx.com>
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.