From 2ae394752d786a604bde0fda3ac2a30fbe669518 Mon Sep 17 00:00:00 2001 From: zil Date: Sun, 18 Jan 2015 14:44:57 +0800 Subject: [PATCH] fix a typo --- contributors.md | 1 + linux-bootstrap-2.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.md b/contributors.md index b68bf64..78c515a 100644 --- a/contributors.md +++ b/contributors.md @@ -13,3 +13,4 @@ Thank you to all contributors: * [andars](https://github.com/andars) * [Alexandru Pana](https://github.com/alexpana) * [Bogdan Rădulescu](https://github.com/bogdanr) +* [zil](https://github.com/zil) diff --git a/linux-bootstrap-2.md b/linux-bootstrap-2.md index fc044d2..6d7022b 100644 --- a/linux-bootstrap-2.md +++ b/linux-bootstrap-2.md @@ -177,7 +177,7 @@ Console initialization After the `hdr` has copied into the `boot_params.hdr`, next step is console initialization by call of `console_init` function which defined in the [arch/x86/boot/early_serial_console.c](https://github.com/torvalds/linux/blob/master/arch/x86/boot/early_serial_console.c). -It tries to find `earlyptink` option in the command line and if the search was successful, it parses port address and baud rate of the serial port and initializes serial port. Value of `earlyprintk` command line option can be one of the: +It tries to find `earlyprintk` option in the command line and if the search was successful, it parses port address and baud rate of the serial port and initializes serial port. Value of `earlyprintk` command line option can be one of the: * serial,0x3f8,115200 * serial,ttyS0,115200