Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77213
b: refs/heads/master
c: c2e3bba
h: refs/heads/master
i:
  77211: 813d819
v: v3
  • Loading branch information
Joe Perches authored and Martin Schwidefsky committed Jan 26, 2008
1 parent c25943c commit 32cc753
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: 48657d223d403af676696d313b421368f5e2208a
refs/heads/master: c2e3bbac72d5a954bf60c5fabeb7c82ec310035e
2 changes: 1 addition & 1 deletion trunk/arch/s390/crypto/prng.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static ssize_t prng_read(struct file *file, char __user *ubuf, size_t nbytes,
int ret = 0;
int tmp;

/* nbytes can be arbitrary long, we spilt it into chunks */
/* nbytes can be arbitrary length, we split it into chunks */
while (nbytes) {
/* same as in extract_entropy_user in random.c */
if (need_resched()) {
Expand Down

0 comments on commit 32cc753

Please sign in to comment.