X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fcommon-internal.h;h=d30da975a5a6a8d50bd90255c79d407818bfd6e3;hb=d9676d8c5afce3c35d282fb5053a9bbc7427526b;hp=7ca3946958915d0230218071bbd151add69dbd11;hpb=b42ac238b359c6989e7578822c54112a1673d1d9;p=babeltrace.git diff --git a/include/babeltrace2/common-internal.h b/include/babeltrace2/common-internal.h index 7ca39469..d30da975 100644 --- a/include/babeltrace2/common-internal.h +++ b/include/babeltrace2/common-internal.h @@ -76,14 +76,14 @@ bool bt_common_is_setuid_setgid(void); /* * Returns the system-wide plugin path, e.g. - * `/usr/lib/babeltrace/plugins`. Do not free the return value. + * `/usr/lib/babeltrace2/plugins`. Do not free the return value. */ BT_HIDDEN const char *bt_common_get_system_plugin_path(void); /* * Returns the user plugin path, e.g. - * `/home/user/.local/lib/babeltrace/plugins`. You need to free the + * `/home/user/.local/lib/babeltrace2/plugins`. You need to free the * return value. */ BT_HIDDEN