Skip to content

Commit

Permalink
kmemleak: Fix some typos in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Catalin Marinas committed Jun 17, 2009
1 parent 000814f commit 2030117
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mm/kmemleak.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ static DEFINE_MUTEX(kmemleak_mutex);
static int reported_leaks;

/*
* Early object allocation/freeing logging. Kkmemleak is initialized after the
* Early object allocation/freeing logging. Kmemleak is initialized after the
* kernel allocator. However, both the kernel allocator and kmemleak may
* allocate memory blocks which need to be tracked. Kkmemleak defines an
* allocate memory blocks which need to be tracked. Kmemleak defines an
* arbitrary buffer to hold the allocation/freeing information before it is
* fully initialized.
*/
Expand Down Expand Up @@ -248,7 +248,7 @@ static void kmemleak_disable(void);

/*
* Macro invoked when a serious kmemleak condition occured and cannot be
* recovered from. Kkmemleak will be disabled and further allocation/freeing
* recovered from. Kmemleak will be disabled and further allocation/freeing
* tracing no longer available.
*/
#define kmemleak_stop(x...) do { \
Expand Down Expand Up @@ -1407,7 +1407,7 @@ static int kmemleak_boot_config(char *str)
early_param("kmemleak", kmemleak_boot_config);

/*
* Kkmemleak initialization.
* Kmemleak initialization.
*/
void __init kmemleak_init(void)
{
Expand Down

0 comments on commit 2030117

Please sign in to comment.