From 517bc4ec5331603a830cf662a0e49c8a9278fbc0 Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Sat, 20 Oct 2007 01:28:29 +0200 Subject: [PATCH] --- yaml --- r: 71862 b: refs/heads/master c: 211fee8a82893062f45a7f2e4e50b245bc577c0c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/init/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 595530a88b51..08b7dfbee63c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 183ff22bb6bd8188c904ebfb479656ae52230b72 +refs/heads/master: 211fee8a82893062f45a7f2e4e50b245bc577c0c diff --git a/trunk/init/main.c b/trunk/init/main.c index ea0f7250d222..f605a969ea61 100644 --- a/trunk/init/main.c +++ b/trunk/init/main.c @@ -280,7 +280,7 @@ static int __init unknown_bootoption(char *param, char *val) return 0; /* - * Preemptive maintenance for "why didn't my mispelled command + * Preemptive maintenance for "why didn't my misspelled command * line work?" */ if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {