X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=08a3be467958d2c9cb9a9d7c917dc4f2862fd376;hb=9c6bda17fc9edd28c46e52fdf439d37da81e8d9a;hp=ee348df850adb0c4753201595ed2e404b1840a9e;hpb=de044b7a0613db6d16151ac9f7b7be404c0bb493;p=lttng-tools.git diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index ee348df85..08a3be467 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -601,13 +601,13 @@ extern int lttng_set_consumer_url(struct lttng_handle *handle, /* * Enable the consumer for a session and domain. */ -extern LTTNG_DEPRECATED("This call is now obselete.") +extern LTTNG_DEPRECATED("This call is now obsolete.") int lttng_enable_consumer(struct lttng_handle *handle); /* * Disable consumer for a session and domain. */ -extern LTTNG_DEPRECATED("This call is now obselete.") +extern LTTNG_DEPRECATED("This call is now obsolete.") int lttng_disable_consumer(struct lttng_handle *handle); /*