From 27e6177fa3cfdfd59f74841c5ccd420c63fd1a2d Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 2 Jun 2006 19:02:41 +0000 Subject: Trivial #warning fixup from Gentoo. Also fix the spelling of those warnings. CVS patchset: 8003 CVS date: 2006/06/02 19:02:41 --- src/video_out/libdha/sysdep/AsmMacros_generic.h | 2 +- src/video_out/libdha/sysdep/pci_generic_cpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/video_out/libdha/sysdep/AsmMacros_generic.h b/src/video_out/libdha/sysdep/AsmMacros_generic.h index f3844c5ed..183f831e5 100644 --- a/src/video_out/libdha/sysdep/AsmMacros_generic.h +++ b/src/video_out/libdha/sysdep/AsmMacros_generic.h @@ -5,7 +5,7 @@ #ifndef __ASM_MACROS_GENERIC_H #define __ASM_MACROS_GENERIC_H -#warn This stuff is not ported on yur system +#warning This stuff is not ported on your system static __inline__ void outb(short port,char val) { diff --git a/src/video_out/libdha/sysdep/pci_generic_cpu.c b/src/video_out/libdha/sysdep/pci_generic_cpu.c index 3a37890eb..729d48b5a 100644 --- a/src/video_out/libdha/sysdep/pci_generic_cpu.c +++ b/src/video_out/libdha/sysdep/pci_generic_cpu.c @@ -1,7 +1,7 @@ /* Generic stuff to compile VIDIX only on any system (SCRATCH) */ -#warn This stuff is not ported on yur system +#warning This stuff is not ported on your system static int pci_config_type( void ) { -- cgit v1.2.3