summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-02-19 07:12:17 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-02-19 09:09:53 +1000
commit4b0f2009360210c38066a965339aa11ce2b5dbf5 (patch)
tree6af1d14112cdd505be5f3120fe07b50125f28349
parenta8597e3ab3fa6e95a96fa960993b1425852558a8 (diff)
tools/record: fix outdated comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--tools/libinput-record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libinput-record.c b/tools/libinput-record.c
index af22563b..26aa8108 100644
--- a/tools/libinput-record.c
+++ b/tools/libinput-record.c
@@ -150,7 +150,7 @@ indent_pop(struct record_context *ctx)
}
/**
- * Indented dprintf, indentation is given as second parameter.
+ * Indented dprintf, indentation is in the context
*/
static void
iprintf(const struct record_context *ctx, const char *format, ...)