cleanup: spelling fixes in comments
[lttng-ust.git] / include / lttng / ust-utils.h
index d2747d4a6a388b6ac312f4e7b2528048e4de9209..cbd1f66adeef8cc530afbc8217942ef9a8c1352d 100644 (file)
  * @align_drift:  object offset from an "alignment"-aligned address.
  * @alignment:    natural object alignment. Must be non-zero, power of 2.
  *
- * Returns the offset that must be substracted to align towards lower addresses.
+ * Returns the offset that must be subtracted to align towards lower addresses.
  */
 #define lttng_ust_offset_align_floor(align_drift, alignment)                  \
        ({                                                                     \
This page took 0.02324 seconds and 4 git commands to generate.