X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fcommon.h;h=f546b6314f3fb17b24f8b2fe6b427adb3955659b;hb=e74015680521597497c3218160a9e80081932896;hp=bf3a83887b3fea8b9cea8a54d5b92a72af806151;hpb=e5b7db60560479578eff28b3a6d6e8749e794bd6;p=babeltrace.git diff --git a/src/common/common.h b/src/common/common.h index bf3a8388..f546b631 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -334,7 +334,7 @@ size_t bt_common_get_page_size(int log_level); /* * Adds the digit separator `sep` as many times as needed to form groups * of `digits_per_group` digits within `str`. `str` must have enough - * room to accomodate the new separators, that is: + * room to accommodate the new separators, that is: * * strlen(str) + (strlen(str) / digits_per_group) + 1 *