Fix typos
[babeltrace.git] / src / common / common.h
index bf3a83887b3fea8b9cea8a54d5b92a72af806151..f546b6314f3fb17b24f8b2fe6b427adb3955659b 100644 (file)
@@ -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
  *
This page took 0.025469 seconds and 4 git commands to generate.