summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/dev_manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index eb73739af..69a75b361 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -586,7 +586,7 @@ The skeleton for the *targetinstall* stage looks like this:
@$(call install_fixup, foo,DEPENDS,)
@$(call install_fixup, foo,DESCRIPTION,missing)
- @$call install_copy, foo, 0, 0, 0755, $(FOO_DIR)/foobar, /dev/null)
+ @$(call install_copy, foo, 0, 0, 0755, $(FOO_DIR)/foobar, /dev/null)
@$(call install_finish, foo)
@$(call touch)