Index: /trunk/include/iprt/alloc.h
===================================================================
--- /trunk/include/iprt/alloc.h	(revision 8162)
+++ /trunk/include/iprt/alloc.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Memory Allocation.
+ * Incredibly Portable Runtime - Memory Allocation.
  */
 
Index: /trunk/include/iprt/alloca.h
===================================================================
--- /trunk/include/iprt/alloca.h	(revision 8162)
+++ /trunk/include/iprt/alloca.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - alloca().
+ * Incredibly Portable Runtime - alloca().
  */
 
Index: /trunk/include/iprt/asm.h
===================================================================
--- /trunk/include/iprt/asm.h	(revision 8162)
+++ /trunk/include/iprt/asm.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Assembly Functions.
+ * Incredibly Portable Runtime - Assembly Functions.
  */
 
Index: /trunk/include/iprt/assert.h
===================================================================
--- /trunk/include/iprt/assert.h	(revision 8162)
+++ /trunk/include/iprt/assert.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Assertions.
+ * Incredibly Portable Runtime - Assertions.
  */
 
Index: /trunk/include/iprt/avl.h
===================================================================
--- /trunk/include/iprt/avl.h	(revision 8162)
+++ /trunk/include/iprt/avl.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - AVL Trees.
+ * Incredibly Portable Runtime - AVL Trees.
  */
 
Index: /trunk/include/iprt/cdefs.h
===================================================================
--- /trunk/include/iprt/cdefs.h	(revision 8162)
+++ /trunk/include/iprt/cdefs.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Common C and C++ definitions.
+ * Incredibly Portable Runtime - Common C and C++ definitions.
  */
 
@@ -32,5 +32,5 @@
 
 
-/** @defgroup grp_rt_cdefs  innotek Portable Runtime Common Definitions and Macros
+/** @defgroup grp_rt_cdefs  Incredibly Portable Runtime Common Definitions and Macros
  * @{
  */
Index: /trunk/include/iprt/cpputils.h
===================================================================
--- /trunk/include/iprt/cpputils.h	(revision 8162)
+++ /trunk/include/iprt/cpputils.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - C++ Utilities (useful templates, defines and such).
+ * Incredibly Portable Runtime - C++ Utilities (useful templates, defines and such).
  */
 
Index: /trunk/include/iprt/cpuset.h
===================================================================
--- /trunk/include/iprt/cpuset.h	(revision 8162)
+++ /trunk/include/iprt/cpuset.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - CPU Set.
+ * Incredibly Portable Runtime - CPU Set.
  */
 
Index: /trunk/include/iprt/crc32.h
===================================================================
--- /trunk/include/iprt/crc32.h	(revision 8162)
+++ /trunk/include/iprt/crc32.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - CRC32.
+ * Incredibly Portable Runtime - CRC32.
  */
 
Index: /trunk/include/iprt/crc64.h
===================================================================
--- /trunk/include/iprt/crc64.h	(revision 8162)
+++ /trunk/include/iprt/crc64.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - CRC64.
+ * Incredibly Portable Runtime - CRC64.
  */
 
Index: /trunk/include/iprt/critsect.h
===================================================================
--- /trunk/include/iprt/critsect.h	(revision 8162)
+++ /trunk/include/iprt/critsect.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Critical Sections.
+ * Incredibly Portable Runtime - Critical Sections.
  */
 
Index: /trunk/include/iprt/ctype.h
===================================================================
--- /trunk/include/iprt/ctype.h	(revision 8162)
+++ /trunk/include/iprt/ctype.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - ctype.h wrapper and C locale variants.
+ * Incredibly Portable Runtime - ctype.h wrapper and C locale variants.
  */
 
Index: /trunk/include/iprt/dir.h
===================================================================
--- /trunk/include/iprt/dir.h	(revision 8162)
+++ /trunk/include/iprt/dir.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Directory Manipulation.
+ * Incredibly Portable Runtime - Directory Manipulation.
  */
 
Index: /trunk/include/iprt/env.h
===================================================================
--- /trunk/include/iprt/env.h	(revision 8162)
+++ /trunk/include/iprt/env.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Process Environment Strings.
+ * Incredibly Portable Runtime - Process Environment Strings.
  */
 
@@ -48,7 +48,7 @@
 /**
  * Creates an empty environment block.
- * 
- * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
- * 
+ *
+ * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
+ *
  * @param   pEnv        Where to store the handle of the new environment block.
  */
@@ -78,11 +78,11 @@
 /**
  * Get the execve/spawnve/main envp.
- * 
+ *
  * All returned strings are in the current process' codepage.
  * This array is only valid until the next RTEnv call.
- * 
+ *
  * @returns Pointer to the raw array of environment variables.
  * @returns NULL if Env is NULL or invalid.
- * 
+ *
  * @param   Env     Environment block handle.
  */
@@ -92,9 +92,9 @@
 /**
  * Checks if an environment variable exists in the default environment block.
- * 
- * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
- * 
- * @param   pszVar      The environment variable name.
- * @remark  WARNING! The current implementation does not perform the appropriate 
+ *
+ * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
+ *
+ * @param   pszVar      The environment variable name.
+ * @remark  WARNING! The current implementation does not perform the appropriate
  *          codeset conversion. We'll figure this out when it becomes necessary.
  */
@@ -103,7 +103,7 @@
 /**
  * Checks if an environment variable exists in a specific environment block.
- * 
- * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
- * 
+ *
+ * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
+ *
  * @param   Env         The environment handle.
  * @param   pszVar      The environment variable name.
@@ -113,13 +113,13 @@
 /**
  * Gets an environment variable from the default environment block. (getenv).
- * 
- * The caller is responsible for ensuring that nobody changes the environment 
+ *
+ * The caller is responsible for ensuring that nobody changes the environment
  * while it's using the returned string pointer!
- * 
+ *
  * @returns Pointer to read only string on success, NULL if the variable wasn't found.
- * 
- * @param   pszVar      The environment variable name.
- * 
- * @remark  WARNING! The current implementation does not perform the appropriate 
+ *
+ * @param   pszVar      The environment variable name.
+ *
+ * @remark  WARNING! The current implementation does not perform the appropriate
  *          codeset conversion. We'll figure this out when it becomes necessary.
  */
@@ -128,7 +128,7 @@
 /**
  * Gets an environment variable in a specific environment block.
- * 
- * @returns IPRT status code.
- * 
+ *
+ * @returns IPRT status code.
+ *
  * @param   Env         The environment handle.
  * @param   pszVar      The environment variable name.
@@ -141,12 +141,12 @@
 /**
  * Puts an variable=value string into the environment (putenv).
- * 
- * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
- * 
- * @param   pszVarEqualValue    The variable '=' value string. If the value and '=' is 
+ *
+ * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
+ *
+ * @param   pszVarEqualValue    The variable '=' value string. If the value and '=' is
  *                              omitted, the variable is removed from the environment.
- * 
+ *
  * @remark Don't assume the value is copied.
- * @remark  WARNING! The current implementation does not perform the appropriate 
+ * @remark  WARNING! The current implementation does not perform the appropriate
  *          codeset conversion. We'll figure this out when it becomes necessary.
  */
@@ -155,9 +155,9 @@
 /**
  * Puts a copy of the passed in 'variable=value' string into the environment block.
- * 
- * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
- * 
+ *
+ * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
+ *
  * @param   Env                 Handle of the environment block.
- * @param   pszVarEqualValue    The variable '=' value string. If the value and '=' is 
+ * @param   pszVarEqualValue    The variable '=' value string. If the value and '=' is
  *                              omitted, the variable is removed from the environment.
  */
@@ -166,11 +166,11 @@
 /**
  * Sets an environment variable (setenv(,,1)).
- * 
- * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
- * 
+ *
+ * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
+ *
  * @param   pszVar      The environment variable name.
  * @param   pszValue    The environment variable value.
- * 
- * @remark  WARNING! The current implementation does not perform the appropriate 
+ *
+ * @remark  WARNING! The current implementation does not perform the appropriate
  *          codeset conversion. We'll figure this out when it becomes necessary.
  */
@@ -179,7 +179,7 @@
 /**
  * Sets an environment variable (setenv(,,1)).
- * 
- * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
- * 
+ *
+ * @returns IPRT status code. Typical error is VERR_NO_MEMORY.
+ *
  * @param   Env         The environment handle.
  * @param   pszVar      The environment variable name.
@@ -190,11 +190,11 @@
 /**
  * Removes an environment variable from the default environment block.
- * 
+ *
  * @returns IPRT status code.
  * @returns VINF_ENV_VAR_NOT_FOUND if the variable was not found.
- * 
- * @param   pszVar      The environment variable name.
- * 
- * @remark  WARNING! The current implementation does not perform the appropriate 
+ *
+ * @param   pszVar      The environment variable name.
+ *
+ * @remark  WARNING! The current implementation does not perform the appropriate
  *          codeset conversion. We'll figure this out when it becomes necessary.
  */
@@ -203,8 +203,8 @@
 /**
  * Removes an environment variable from the specified environment block.
- * 
+ *
  * @returns IPRT status code.
  * @returns VINF_ENV_VAR_NOT_FOUND if the variable was not found.
- * 
+ *
  * @param   Env         The environment handle.
  * @param   pszVar      The environment variable name.
Index: /trunk/include/iprt/err.h
===================================================================
--- /trunk/include/iprt/err.h	(revision 8162)
+++ /trunk/include/iprt/err.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Status Codes.
+ * Incredibly Portable Runtime - Status Codes.
  */
 
Index: /trunk/include/iprt/err.sed
===================================================================
--- /trunk/include/iprt/err.sed	(revision 8162)
+++ /trunk/include/iprt/err.sed	(revision 8163)
@@ -1,4 +1,4 @@
 ## @file
-# innotek Portable Runtime - SED script for converting VBox/err.h to .mac.
+# Incredibly Portable Runtime - SED script for converting VBox/err.h to .mac.
 #
 
Index: /trunk/include/iprt/file.h
===================================================================
--- /trunk/include/iprt/file.h	(revision 8162)
+++ /trunk/include/iprt/file.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - File I/O.
+ * Incredibly Portable Runtime - File I/O.
  */
 
Index: /trunk/include/iprt/fs.h
===================================================================
--- /trunk/include/iprt/fs.h	(revision 8162)
+++ /trunk/include/iprt/fs.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Filesystem.
+ * Incredibly Portable Runtime - Filesystem.
  */
 
Index: /trunk/include/iprt/getopt.h
===================================================================
--- /trunk/include/iprt/getopt.h	(revision 8162)
+++ /trunk/include/iprt/getopt.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Command Line Parsing.
+ * Incredibly Portable Runtime - Command Line Parsing.
  */
 
Index: /trunk/include/iprt/heap.h
===================================================================
--- /trunk/include/iprt/heap.h	(revision 8162)
+++ /trunk/include/iprt/heap.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - A Simple Heap.
+ * Incredibly Portable Runtime - A Simple Heap.
  */
 
Index: /trunk/include/iprt/initterm.h
===================================================================
--- /trunk/include/iprt/initterm.h	(revision 8162)
+++ /trunk/include/iprt/initterm.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Runtime Init/Term.
+ * Incredibly Portable Runtime - Runtime Init/Term.
  */
 
@@ -36,5 +36,5 @@
 __BEGIN_DECLS
 
-/** @defgroup grp_rt    innotek Portable Runtime APIs
+/** @defgroup grp_rt    Incredibly Portable Runtime APIs
  * @{
  */
Index: /trunk/include/iprt/ldr.h
===================================================================
--- /trunk/include/iprt/ldr.h	(revision 8162)
+++ /trunk/include/iprt/ldr.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Loader.
+ * Incredibly Portable Runtime - Loader.
  */
 
@@ -87,5 +87,5 @@
 /**
  * Opens a binary image file using kLdr.
- * 
+ *
  * @returns iprt status code.
  * @param   pszFilename     Image filename.
Index: /trunk/include/iprt/lock.h
===================================================================
--- /trunk/include/iprt/lock.h	(revision 8162)
+++ /trunk/include/iprt/lock.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - RTLock Classes for Scope-based Locking.
+ * Incredibly Portable Runtime - RTLock Classes for Scope-based Locking.
  */
 
Index: /trunk/include/iprt/log.h
===================================================================
--- /trunk/include/iprt/log.h	(revision 8162)
+++ /trunk/include/iprt/log.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Logging.
+ * Incredibly Portable Runtime - Logging.
  */
 
@@ -43,5 +43,5 @@
 
 /**
- * innotek Portable Runtime Logging Groups.
+ * Incredibly Portable Runtime Logging Groups.
  * (Remember to update RT_LOGGROUP_NAMES!)
  *
@@ -71,5 +71,5 @@
 
 /** @def RT_LOGGROUP_NAMES
- * innotek Portable Runtime Logging group names.
+ * Incredibly Portable Runtime Logging group names.
  *
  * Must correspond 100% to RTLOGGROUP!
Index: /trunk/include/iprt/md5.h
===================================================================
--- /trunk/include/iprt/md5.h	(revision 8162)
+++ /trunk/include/iprt/md5.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Message-Digest algorithm 5.
+ * Incredibly Portable Runtime - Message-Digest algorithm 5.
  */
 
Index: /trunk/include/iprt/mem.h
===================================================================
--- /trunk/include/iprt/mem.h	(revision 8162)
+++ /trunk/include/iprt/mem.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Memory Management and Manipulation.
+ * Incredibly Portable Runtime - Memory Management and Manipulation.
  */
 
Index: /trunk/include/iprt/memobj.h
===================================================================
--- /trunk/include/iprt/memobj.h	(revision 8162)
+++ /trunk/include/iprt/memobj.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Memory Objects (Ring-0).
+ * Incredibly Portable Runtime - Memory Objects (Ring-0).
  */
 
Index: /trunk/include/iprt/memory
===================================================================
--- /trunk/include/iprt/memory	(revision 8162)
+++ /trunk/include/iprt/memory	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - C++ Extensions: memory.
+ * Incredibly Portable Runtime - C++ Extensions: memory.
  */
 
Index: /trunk/include/iprt/mp.h
===================================================================
--- /trunk/include/iprt/mp.h	(revision 8162)
+++ /trunk/include/iprt/mp.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Multiprocessor.
+ * Incredibly Portable Runtime - Multiprocessor.
  */
 
Index: /trunk/include/iprt/param.h
===================================================================
--- /trunk/include/iprt/param.h	(revision 8162)
+++ /trunk/include/iprt/param.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Parameter Definitions.
+ * Incredibly Portable Runtime - Parameter Definitions.
  */
 
Index: /trunk/include/iprt/path.h
===================================================================
--- /trunk/include/iprt/path.h	(revision 8162)
+++ /trunk/include/iprt/path.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Path Manipulation.
+ * Incredibly Portable Runtime - Path Manipulation.
  */
 
Index: /trunk/include/iprt/process.h
===================================================================
--- /trunk/include/iprt/process.h	(revision 8162)
+++ /trunk/include/iprt/process.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Process Management.
+ * Incredibly Portable Runtime - Process Management.
  */
 
Index: /trunk/include/iprt/rand.h
===================================================================
--- /trunk/include/iprt/rand.h	(revision 8162)
+++ /trunk/include/iprt/rand.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Random Numbers and Byte Streams.
+ * Incredibly Portable Runtime - Random Numbers and Byte Streams.
  */
 
Index: /trunk/include/iprt/req.h
===================================================================
--- /trunk/include/iprt/req.h	(revision 8162)
+++ /trunk/include/iprt/req.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Request packets
+ * Incredibly Portable Runtime - Request packets
  */
 
Index: /trunk/include/iprt/runtime.h
===================================================================
--- /trunk/include/iprt/runtime.h	(revision 8162)
+++ /trunk/include/iprt/runtime.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Include Everything.
+ * Incredibly Portable Runtime - Include Everything.
  */
 
Index: /trunk/include/iprt/semaphore.h
===================================================================
--- /trunk/include/iprt/semaphore.h	(revision 8162)
+++ /trunk/include/iprt/semaphore.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Semaphore.
+ * Incredibly Portable Runtime - Semaphore.
  */
 
Index: /trunk/include/iprt/spinlock.h
===================================================================
--- /trunk/include/iprt/spinlock.h	(revision 8162)
+++ /trunk/include/iprt/spinlock.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Spinlocks.
+ * Incredibly Portable Runtime - Spinlocks.
  */
 
Index: /trunk/include/iprt/stdarg.h
===================================================================
--- /trunk/include/iprt/stdarg.h	(revision 8162)
+++ /trunk/include/iprt/stdarg.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - stdarg.h wrapper.
+ * Incredibly Portable Runtime - stdarg.h wrapper.
  */
 
Index: /trunk/include/iprt/stdint.h
===================================================================
--- /trunk/include/iprt/stdint.h	(revision 8162)
+++ /trunk/include/iprt/stdint.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - stdint.h wrapper (for backlevel compilers like MSC).
+ * Incredibly Portable Runtime - stdint.h wrapper (for backlevel compilers like MSC).
  */
 
Index: /trunk/include/iprt/stream.h
===================================================================
--- /trunk/include/iprt/stream.h	(revision 8162)
+++ /trunk/include/iprt/stream.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - I/O Stream.
+ * Incredibly Portable Runtime - I/O Stream.
  */
 
Index: /trunk/include/iprt/string.h
===================================================================
--- /trunk/include/iprt/string.h	(revision 8162)
+++ /trunk/include/iprt/string.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - String Manipluation.
+ * Incredibly Portable Runtime - String Manipluation.
  */
 
Index: /trunk/include/iprt/system.h
===================================================================
--- /trunk/include/iprt/system.h	(revision 8162)
+++ /trunk/include/iprt/system.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - System.
+ * Incredibly Portable Runtime - System.
  */
 
Index: /trunk/include/iprt/table.h
===================================================================
--- /trunk/include/iprt/table.h	(revision 8162)
+++ /trunk/include/iprt/table.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Abstract Table/Trees.
+ * Incredibly Portable Runtime - Abstract Table/Trees.
  */
 
Index: /trunk/include/iprt/tcp.h
===================================================================
--- /trunk/include/iprt/tcp.h	(revision 8162)
+++ /trunk/include/iprt/tcp.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - TCP/IP.
+ * Incredibly Portable Runtime - TCP/IP.
  */
 
Index: /trunk/include/iprt/thread.h
===================================================================
--- /trunk/include/iprt/thread.h	(revision 8162)
+++ /trunk/include/iprt/thread.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Threads.
+ * Incredibly Portable Runtime - Threads.
  */
 
Index: /trunk/include/iprt/time.h
===================================================================
--- /trunk/include/iprt/time.h	(revision 8162)
+++ /trunk/include/iprt/time.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Time.
+ * Incredibly Portable Runtime - Time.
  */
 
Index: /trunk/include/iprt/timer.h
===================================================================
--- /trunk/include/iprt/timer.h	(revision 8162)
+++ /trunk/include/iprt/timer.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Timer.
+ * Incredibly Portable Runtime - Timer.
  */
 
@@ -124,5 +124,5 @@
 /** CPU mask. */
 #define RTTIMER_FLAGS_CPU_MASK       0xff
-/** Convert a CPU number (0-based) to RTTimerCreateEx flags. 
+/** Convert a CPU number (0-based) to RTTimerCreateEx flags.
  * This will automatically OR in the RTTIMER_FLAG_CPU_SPECIFIC flag. */
 #define RTTIMER_FLAGS_CPU(iCpu)      ( (iCpu) | RTTIMER_FLAG_CPU_SPECIFIC )
Index: /trunk/include/iprt/types.h
===================================================================
--- /trunk/include/iprt/types.h	(revision 8162)
+++ /trunk/include/iprt/types.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Types.
+ * Incredibly Portable Runtime - Types.
  */
 
@@ -110,5 +110,5 @@
 
 
-/** @defgroup grp_rt_types  innotek Portable Runtime Base Types
+/** @defgroup grp_rt_types  Incredibly Portable Runtime Base Types
  * @{
  */
Index: /trunk/include/iprt/uni.h
===================================================================
--- /trunk/include/iprt/uni.h	(revision 8162)
+++ /trunk/include/iprt/uni.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Unicode Code Points.
+ * Incredibly Portable Runtime - Unicode Code Points.
  */
 
Index: /trunk/include/iprt/uuid.h
===================================================================
--- /trunk/include/iprt/uuid.h	(revision 8162)
+++ /trunk/include/iprt/uuid.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Universal Unique Identifiers (UUID).
+ * Incredibly Portable Runtime - Universal Unique Identifiers (UUID).
  */
 
Index: /trunk/include/iprt/zip.h
===================================================================
--- /trunk/include/iprt/zip.h	(revision 8162)
+++ /trunk/include/iprt/zip.h	(revision 8163)
@@ -1,4 +1,4 @@
 /** @file
- * innotek Portable Runtime - Compression.
+ * Incredibly Portable Runtime - Compression.
  */
 
