From cbf2bd715a6a3c5d758c52b4634284b260805d17 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 9 Jul 2013 21:51:14 -0600 Subject: lib: Fix spelling Change-Id: I999987af9cb44906e3c3135c0351a0cd6eb210ff Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/3756 Reviewed-by: Dave Frodin Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/lib/cbmem_console.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/cbmem_console.c') diff --git a/src/lib/cbmem_console.c b/src/lib/cbmem_console.c index efb8e86f83..de452d781d 100644 --- a/src/lib/cbmem_console.c +++ b/src/lib/cbmem_console.c @@ -24,7 +24,7 @@ /* * Structure describing console buffer. It is overlaid on a flat memory area, - * whith buffer_body covering the extent of the memory. Once the buffer is + * with buffer_body covering the extent of the memory. Once the buffer is * full, the cursor keeps going but the data is dropped on the floor. This * allows to tell how much data was lost in the process. */ @@ -138,7 +138,7 @@ void cbmemc_tx_byte(unsigned char data) * the CBMEM console buffer contents. * * If there is overflow - add to the destination area a string, reporting the - * overflow and the number of dropped charactes. + * overflow and the number of dropped characters. */ static void copy_console_buffer(struct cbmem_console *new_cons_p) { -- cgit v1.2.3