Skip to content

Commit

Permalink
staging:zram:xvmalloc.c Fix a typo.
Browse files Browse the repository at this point in the history
Not exactly sure if this is a typo or not, due to my search
results comming up with not that many hits. Either its dereferenceable
or dereferencable from the two I choose the later. if it's wrong let me know
and I'll resend.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 1aa3266 commit c4586c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/zram/xvmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static void clear_flag(struct block_header *block, enum blockflags flag)
}

/*
* Given <page, offset> pair, provide a derefrencable pointer.
* Given <page, offset> pair, provide a dereferencable pointer.
* This is called from xv_malloc/xv_free path, so it
* needs to be fast.
*/
Expand Down

0 comments on commit c4586c1

Please sign in to comment.