Merge branch 'js/trace2-signo-typofix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Jul 2019 18:30:23 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jul 2019 18:30:23 +0000 (11:30 -0700)
Documentation fix.

* js/trace2-signo-typofix:
trace2: correct trace2 field name documentation

Documentation/technical/api-trace2.txt
index f7ffe7d5998c6ec6f7ed4ec420c938d7f129c94f..71eb081fed25a7314a822087056a6c5b9a72d944 100644 (file)
@@ -668,7 +668,7 @@ completed.)
        "event":"signal",
        ...
        "t_abs":0.001227,  # elapsed time in seconds
-       "signal":13        # SIGTERM, SIGINT, etc.
+       "signo":13         # SIGTERM, SIGINT, etc.
 }
 ------------