libsigrok.h: Fix comment for unit Joule.

This commit is contained in:
Frank Stettner 2020-08-23 13:10:00 +02:00
parent fe8c5aef1f
commit b54d9b4974
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ enum sr_unit {
SR_UNIT_TOLA,
/** Pieces (number of items). */
SR_UNIT_PIECE,
/** A relative unit of (power) measurement [dB]. */
/** Energy in joule. */
SR_UNIT_JOULE,
/** Electric charge in coulomb. */
SR_UNIT_COULOMB,