* [PATCH] gfp.h: a trivial comment typo
@ 2009-05-03 1:09 Kazuo Ito
0 siblings, 0 replies; only message in thread
From: Kazuo Ito @ 2009-05-03 1:09 UTC (permalink / raw)
To: linux-mm; +Cc: linux-kernel
Hello,
It's really trivial and doesn't mean much for overall code
quality, but since I found it...
commit 99b4ac1ebc20382c2215ae984d565ab183e0f4bc
Author: Kazuo Ito <kzpn200@gmail.com>
Date: Sun May 3 09:56:35 2009 +0900
gfp.h: a comment typo
---
include/linux/gfp.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/gfp.h b/include/linux/gfp.h
index 0bbc15f..eda48ed 100644
--- a/include/linux/gfp.h
+++ b/include/linux/gfp.h
@@ -14,7 +14,7 @@ struct vm_area_struct;
* Zone modifiers (see linux/mmzone.h - low three bits)
*
* Do not put any conditional on these. If necessary modify the definitions
- * without the underscores and use the consistently. The definitions here may
+ * without the underscores and use them consistently. The definitions here may
* be used in bit comparisons.
*/
#define __GFP_DMA ((__force gfp_t)0x01u)
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-03 1:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-03 1:09 [PATCH] gfp.h: a trivial comment typo Kazuo Ito
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).