Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119267
b: refs/heads/master
c: 664c4bb
h: refs/heads/master
i:
  119265: 540a8a5
  119263: 3823e7f
v: v3
  • Loading branch information
Ralf Baechle committed Nov 20, 2008
1 parent 86c23db commit ca57ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e373952cc893207a8b47a5e68c2f5155f912449
refs/heads/master: 664c4bbb73ec53e4f81f7d80a09571b49bad1f96
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/csrc-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int __init init_mips_clocksource(void)
if (!cpu_has_counter || !mips_hpt_frequency)
return -ENXIO;

/* Calclate a somewhat reasonable rating value */
/* Calculate a somewhat reasonable rating value */
clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000;

clocksource_set_clock(&clocksource_mips, mips_hpt_frequency);
Expand Down

0 comments on commit ca57ec7

Please sign in to comment.