aboutsummaryrefslogtreecommitdiffstats
path: root/docs/afb-daemon-debugging.md
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-07-24 11:53:44 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2018-07-24 16:28:32 +0200
commitf44a28affea5841186250b66fd5ce72a8afbe349 (patch)
tree5beabc6541ed63b7b9e95538e7f50af67e265779 /docs/afb-daemon-debugging.md
parenta4fd4bd73154d759c52ab7b4400da4dfa4e4dd4f (diff)
Tiny documentation fixes
Some english improvement of the documentation. Change-Id: I066c41d657a1921ed7dcc46dafcc7c65d122239c Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'docs/afb-daemon-debugging.md')
-rw-r--r--docs/afb-daemon-debugging.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/afb-daemon-debugging.md b/docs/afb-daemon-debugging.md
index 4cf62bea..79a7d043 100644
--- a/docs/afb-daemon-debugging.md
+++ b/docs/afb-daemon-debugging.md
@@ -1,7 +1,7 @@
# Debugging binder and bindings
When compiled with the symbol AGL_DEVEL defined, the ***binder***
-understand the 2 configuration variables:
+understands the 2 configuration variables:
- AFB_DEBUG_BREAK: to emit interrupts
- AFB_DEBUG_WAIT: to wait interrupts
@@ -20,7 +20,7 @@ wait at the points **start-load** and **start-exec**.
The items of the list can be separated using comma, space, tab or new-line.
-The break/wait points are, in the order of their occurence:
+The break/wait points are, in the order of their occurrence:
- main-entry: before decode arguments
- main-args: before daemon setup