builtins/block: correct an errant comment

This commit is contained in:
David Adam 2022-01-09 22:00:55 +08:00
parent 50dc826d7d
commit b49dd30179

View file

@ -1,4 +1,4 @@
// Implementation of the bind builtin.
// Implementation of the block builtin.
#include "config.h" // IWYU pragma: keep
#include "block.h"