summaryrefslogtreecommitdiff
path: root/lib/frrlua.h
diff options
context:
space:
mode:
authorDonald Lee <dlqs@gmx.com>2021-07-24 03:16:25 +0800
committerDonald Lee <dlqs@gmx.com>2021-07-24 03:35:09 +0800
commit6d28552d2da20852a3580da17894d7b7db6756ba (patch)
tree87ab70a456ef144edf8442eb3f8c522233a55579 /lib/frrlua.h
parentfe80e6019b5fbca6d3acf4d3be92f45f4a53ad18 (diff)
lib: comment typo
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'lib/frrlua.h')
-rw-r--r--lib/frrlua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frrlua.h b/lib/frrlua.h
index 2c86d87cbd..d7668abca0 100644
--- a/lib/frrlua.h
+++ b/lib/frrlua.h
@@ -162,7 +162,7 @@ void lua_decode_stringp(lua_State *L, int idx, char *str);
void *lua_tostringp(lua_State *L, int idx);
/*
- * No-op decocders
+ * No-op decoders
*/
void lua_decode_noop(lua_State *L, int idx, const void *ptr);