Skip to content

Commit

Permalink
fix a typo on comments in mm/percpu.c
Browse files Browse the repository at this point in the history
'eqaul' should be 'equal'.

Signed-off-by: Namhyung Kim <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
namhyung authored and Jiri Kosina committed Aug 11, 2010
1 parent 7f26b3a commit 4785879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/percpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* as small as 4 bytes. The allocator organizes chunks into lists
* according to free size and tries to allocate from the fullest one.
* Each chunk keeps the maximum contiguous area size hint which is
* guaranteed to be eqaul to or larger than the maximum contiguous
* guaranteed to be equal to or larger than the maximum contiguous
* area in the chunk. This helps the allocator not to iterate the
* chunk maps unnecessarily.
*
Expand Down

0 comments on commit 4785879

Please sign in to comment.