x86.conf: Fix typo in comments
authorKhem Raj <raj.khem@gmail.com>
Wed, 4 Nov 2009 23:24:07 +0000 (15:24 -0800)
committerKhem Raj <raj.khem@gmail.com>
Wed, 4 Nov 2009 23:26:05 +0000 (15:26 -0800)
* Write NPTL instead of NTPL

Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/machine/alix.conf
conf/machine/guinness.conf
conf/machine/progear.conf
conf/machine/x86.conf

index 10b298c..e116e61 100644 (file)
@@ -4,7 +4,7 @@
 #
 # http://pcengines.ch/alix1c.htm
 
-# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
+# i386 doesn't work with NPTL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
 TARGET_ARCH = "i586"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux"
index f174515..dd21c1e 100644 (file)
@@ -2,7 +2,7 @@
 #@NAME: Guinness
 #@DESCRIPTION: Machine configuration for Linux running on a tyan 2462 mainboard (codenamed guinness)
 
-# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
+# i386 doesn't work with NPTL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
 TARGET_ARCH = "i686"
 
 PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
index 60716f6..627bbc1 100644 (file)
@@ -2,7 +2,7 @@
 #@NAME: Progear
 #@DESCRIPTION: Machine configuration for Progear 1050HX+ webpad
 
-# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
+# i386 doesn't work with NPTL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
 TARGET_ARCH = "i586"
 
 require conf/machine/include/tune-pentiummmx.inc
index 30eb943..5e43102 100644 (file)
@@ -4,7 +4,7 @@
 #@NAME: X86
 #@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines
 
-# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
+# i386 doesn't work with NPTL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
 TARGET_ARCH = "i486"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux"