comment formatting
diff --git a/inc/qcbor/UsefulBuf.h b/inc/qcbor/UsefulBuf.h
index bc025b8..6dfacdf 100644
--- a/inc/qcbor/UsefulBuf.h
+++ b/inc/qcbor/UsefulBuf.h
@@ -379,10 +379,10 @@
 
  @return A non-const @ref UsefulBuf struct.
 
- It is better to avoid use of this. The intended convention for UsefulBuf is to make an empty
- buffer, some memory, as a UsefulBuf, fill it in, and then
- make it a UsefulBufC. In that convension this function is
- not needed.
+ It is better to avoid use of this. The intended convention for
+ UsefulBuf is to make an empty buffer, some memory, as a UsefulBuf,
+ fill it in, and then make it a UsefulBufC. In that convension this
+ function is not needed.
 
  This is an explicit way to quiet compiler warnings from
  -Wcast-qual.