summaryrefslogtreecommitdiff
path: root/Xcode/common.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Xcode/common.xcconfig')
-rw-r--r--Xcode/common.xcconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xcode/common.xcconfig b/Xcode/common.xcconfig
index f64cd6d..23ed148 100644
--- a/Xcode/common.xcconfig
+++ b/Xcode/common.xcconfig
@@ -1,7 +1,7 @@
//
-// libusbx Xcode configuration file
+// libusb Xcode configuration file
// Copyright © 2012 Pete Batard <pete@akeo.ie>
-// For more information, please visit: <http://libusbx.org>
+// For more information, please visit: <http://libusb.info>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,7 @@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-// libusbx does not follow C99 strict aliasing rules, so disable it.
+// libusb does not follow C99 strict aliasing rules, so disable it.
GCC_STRICT_ALIASING = NO
// Use C99 dialect.