From 5a262ec6bc29ab070686c6ce26b971cb819cda62 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Sun, 24 Jul 2016 11:21:44 +0200 Subject: [PATCH] uorb: came across a wrong comment --- src/modules/uORB/uORB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/uORB/uORB.h b/src/modules/uORB/uORB.h index f7f1a9dff4..9f7e92f65d 100644 --- a/src/modules/uORB/uORB.h +++ b/src/modules/uORB/uORB.h @@ -200,7 +200,7 @@ extern int orb_unsubscribe(int handle) __EXPORT; extern int orb_copy(const struct orb_metadata *meta, int handle, void *buffer) __EXPORT; /** - * @see uORB::Manager::orb_advertise() + * @see uORB::Manager::orb_check() */ extern int orb_check(int handle, bool *updated) __EXPORT;