Skip to content

Commit

Permalink
[POWERPC] arch/ppc/: Spelling fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
joe@perches.com authored and Paul Mackerras committed Dec 20, 2007
1 parent 567e9fd commit c90e109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/ppc/syslib/ppc8xx_pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern int cpm_get_irq(void);
* the only interrupt controller. Some boards, like the MBX and
* Sandpoint have the 8259 as a secondary controller. Depending
* upon the processor type, the internal controller can have as
* few as 16 interrups or as many as 64. We could use the
* few as 16 interrupts or as many as 64. We could use the
* "clear_bit()" and "set_bit()" functions like other platforms,
* but they are overkill for us.
*/
Expand Down
2 changes: 1 addition & 1 deletion arch/ppc/syslib/ppc_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void platform_notify_map(const struct platform_notify_dev_map *map,
*/

/*
Here we'll replace .name pointers with fixed-lenght strings
Here we'll replace .name pointers with fixed-length strings
Hereby, this should be called *before* any func stuff triggeded.
*/
void ppc_sys_device_initfunc(void)
Expand Down

0 comments on commit c90e109

Please sign in to comment.