Index: /trunk/include/iprt/types.h
===================================================================
--- /trunk/include/iprt/types.h	(revision 53019)
+++ /trunk/include/iprt/types.h	(revision 53020)
@@ -4,5 +4,5 @@
 
 /*
- * Copyright (C) 2006-2012 Oracle Corporation
+ * Copyright (C) 2006-2014 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -79,5 +79,5 @@
      *  FreeBSD declares uint64_t and int64_t wrong (long unsigned and long int
      *  though they need to be long long unsigned and long long int). These
-     *  defines conflict with our decleration in stdint.h. Adding the defines
+     *  defines conflict with our declaration in stdint.h. Adding the defines
      *  below omits the definitions in the system header.
      */
@@ -1581,5 +1581,5 @@
 /** Pointer to a public key encryption schema handle. */
 typedef RTCRPKIXENCRYPTION                         *PRTCRPKIXENCRYPTION;
-/** NIL publick key encryption schema handle */
+/** NIL public key encryption schema handle */
 #define NIL_RTCRPKIXENCRYPTION                      (0)
 
@@ -1588,5 +1588,5 @@
 /** Pointer to a public key signature schema handle. */
 typedef RTCRPKIXSIGNATURE                          *PRTCRPKIXSIGNATURE;
-/** NIL publick key signature schema handle */
+/** NIL public key signature schema handle */
 #define NIL_RTCRPKIXSIGNATURE                       (0)
 
@@ -1788,5 +1788,5 @@
  */
 typedef struct RTTRACEBUFINT                        *RTTRACEBUF;
-/** Poiner to a trace buffer handle. */
+/** Pointer to a trace buffer handle. */
 typedef RTTRACEBUF                                  *PRTTRACEBUF;
 /** Nil trace buffer handle. */
@@ -1841,5 +1841,5 @@
 /** A CPU set.
  * @note    Treat this as an opaque type and always use RTCpuSet* for
- *          manupulating it. */
+ *          manipulating it. */
 typedef struct RTCPUSET
 {
@@ -1872,5 +1872,5 @@
 /** Pointer to a random number generator handle. */
 typedef RTRAND                                     *PRTRAND;
-/** NIL random number genrator handle value. */
+/** NIL random number generator handle value. */
 #define NIL_RTRAND                                  ((RTRAND)0)
 
@@ -2315,8 +2315,8 @@
  * The structure definition is found in iprt/lockvalidator.h.  */
 typedef struct RTLOCKVALRECSHRD        *PRTLOCKVALRECSHRD;
-/** Pointer to a lock validator source poisition.
+/** Pointer to a lock validator source position.
  * The structure definition is found in iprt/lockvalidator.h.  */
 typedef struct RTLOCKVALSRCPOS         *PRTLOCKVALSRCPOS;
-/** Pointer to a const lock validator source poisition.
+/** Pointer to a const lock validator source position.
  * The structure definition is found in iprt/lockvalidator.h.  */
 typedef struct RTLOCKVALSRCPOS const   *PCRTLOCKVALSRCPOS;
