Skip to content

Commit

Permalink
Typo: phyiscal -> physical
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed Feb 4, 2014
1 parent 287ef44 commit bd5a1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private[spark] class DiskBlockManager(shuffleManager: ShuffleBlockManager, rootD
addShutdownHook()

/**
* Returns the phyiscal file segment in which the given BlockId is located.
* Returns the physical file segment in which the given BlockId is located.
* If the BlockId has been mapped to a specific FileSegment, that will be returned.
* Otherwise, we assume the Block is mapped to a whole file identified by the BlockId directly.
*/
Expand Down

0 comments on commit bd5a1d7

Please sign in to comment.