projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb07e5f
)
Fix typo in comment.
author
Andre Noll
<maan@systemlinux.org>
Sat, 22 Jan 2011 11:50:26 +0000
(12:50 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 22 Jan 2011 12:02:21 +0000
(13:02 +0100)
gcc-compat.h
patch
|
blob
|
history
diff --git
a/gcc-compat.h
b/gcc-compat.h
index
1964e78
..
5bfaa09
100644
(file)
--- a/
gcc-compat.h
+++ b/
gcc-compat.h
@@
-34,7
+34,7
@@
/**
* Let gcc check format strings also for our own functions.
*
- * Functions marked with \p __printf will be cheked by gcc for format string
+ * Functions marked with \p __printf will be che
c
ked by gcc for format string
* bugs, just like printf() if -Wformat-security is enabled.
*
* \param p The number of the "format string" parameter.