X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.cpp;fp=src%2Fbin%2Flttng-sessiond%2Fust-app.cpp;h=ef0f696522694ce31a07e3c10d492ffb0043f03f;hp=a848d474c9ba5c697d42b12f6ce0e2f0abae9025;hb=0f1b1d2510d23e9a2a4baa9e2642ef97a35ef83f;hpb=40afd77dd6538b3c348677dacbbdb9105cb7e8d1 diff --git a/src/bin/lttng-sessiond/ust-app.cpp b/src/bin/lttng-sessiond/ust-app.cpp index a848d474c..ef0f69652 100644 --- a/src/bin/lttng-sessiond/ust-app.cpp +++ b/src/bin/lttng-sessiond/ust-app.cpp @@ -650,7 +650,7 @@ int ust_app_release_object(struct ust_app *app, struct lttng_ust_abi_object_data /* * Push metadata to consumer socket. * - * RCU read-side lock must be held to guarantee existance of socket. + * RCU read-side lock must be held to guarantee existence of socket. * Must be called with the ust app session lock held. * Must be called with the registry lock held. * @@ -789,7 +789,7 @@ error_push: * socket to send the metadata is retrieved from consumer, if sock * is not NULL we use it to send the metadata. * RCU read-side lock must be held while calling this function, - * therefore ensuring existance of registry. It also ensures existance + * therefore ensuring existence of registry. It also ensures existence * of socket throughout this function. * * Return 0 on success else a negative error.