summaryrefslogtreecommitdiff
path: root/include/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/printf.h')
-rw-r--r--include/printf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/printf.h b/include/printf.h
index 48117042f9..b63208f84d 100644
--- a/include/printf.h
+++ b/include/printf.h
@@ -63,9 +63,7 @@
* - 'x' - unsigned integer, print as lower-case hexadecimal
* - 'X' - unsigned integer, print as upper-case hexadecimal
* - 'b' - unsigned integer, print as binary
- *
- * Special format codes:
- * - '%pP' - raw pointer.
+ * - 'p' - pointer
*/
#ifndef HIDE_EC_STDLIB