[oe-commits] Khem Raj : x86.conf: Fix typo in comments

git version control git at git.openembedded.org
Wed Nov 4 23:26:09 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8bfbb10c9848c2decd4ea32616f1e880b0ec389e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8bfbb10c9848c2decd4ea32616f1e880b0ec389e

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Nov  4 15:24:07 2009 -0800

x86.conf: Fix typo in comments

* Write NPTL instead of NTPL

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/machine/alix.conf     |    2 +-
 conf/machine/guinness.conf |    2 +-
 conf/machine/progear.conf  |    2 +-
 conf/machine/x86.conf      |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/machine/alix.conf b/conf/machine/alix.conf
index 10b298c..e116e61 100644
--- a/conf/machine/alix.conf
+++ b/conf/machine/alix.conf
@@ -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"
diff --git a/conf/machine/guinness.conf b/conf/machine/guinness.conf
index f174515..dd21c1e 100644
--- a/conf/machine/guinness.conf
+++ b/conf/machine/guinness.conf
@@ -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"
diff --git a/conf/machine/progear.conf b/conf/machine/progear.conf
index 60716f6..627bbc1 100644
--- a/conf/machine/progear.conf
+++ b/conf/machine/progear.conf
@@ -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
diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf
index 30eb943..5e43102 100644
--- a/conf/machine/x86.conf
+++ b/conf/machine/x86.conf
@@ -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"





More information about the Openembedded-commits mailing list