<div dir="ltr">Thanks for the patch. It is awesome to get patches that show someone<div>is looking at the details and cares enough to submit a patch. I wish</div><div>more people submitted patches for the small things. </div><div><br></div><div>Committed! Much thanks. </div><div><br></div><div>--joel</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 29, 2017 at 7:52 AM, Martin Erik Werner <span dir="ltr"><<a href="mailto:martinerikwerner.aac@gmail.com" target="_blank">martinerikwerner.aac@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Update comments to reflect that PRIxblksize_t PRIxblkcnt_t is<br>
hexadecimal, not decimal.<br>
<br>
Signed-off-by: Martin Erik Werner <<a href="mailto:martin.werner@aacmicrotec.com">martin.werner@aacmicrotec.com</a><wbr>><br>
---<br>
 cpukit/include/rtems/inttypes.<wbr>h | 4 ++--<br>
 1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/cpukit/include/rtems/<wbr>inttypes.h b/cpukit/include/rtems/<wbr>inttypes.h<br>
index cc8538df19..a8e725dcbf 100644<br>
--- a/cpukit/include/rtems/<wbr>inttypes.h<br>
+++ b/cpukit/include/rtems/<wbr>inttypes.h<br>
@@ -70,7 +70,7 @@ extern "C" {<br>
 #error "PRIdtime_t: unsupported size of time_t"<br>
 #endif<br>
<br>
-/** Helper macro to print "blksize_t" in decimal */<br>
+/** Helper macro to print "blksize_t" in hexadecimal */<br>
 #if __RTEMS_SIZEOF_BLKSIZE_T__ == 8<br>
 #define PRIxblksize_t PRIx64<br>
 #elif __RTEMS_SIZEOF_BLKSIZE_T__ == 4<br>
@@ -81,7 +81,7 @@ extern "C" {<br>
 #define PRIxblksize_t "lx"<br>
 #endif<br>
<br>
-/** Helper macro to print "blkcnt_t" in decimal */<br>
+/** Helper macro to print "blkcnt_t" in hexadecimal */<br>
 #if __RTEMS_SIZEOF_BLKCNT_T__ == 8<br>
 #define PRIxblkcnt_t PRIx64<br>
 #elif __RTEMS_SIZEOF_BLKCNT_T__ == 4<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.11.0<br>
<br>
______________________________<wbr>_________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/<wbr>mailman/listinfo/devel</a><br>
</font></span></blockquote></div><br></div>