VirtualBox

Changeset 53020 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 10, 2014 9:29:46 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96497
Message:

iprt/types.h: comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r52495 r53020  
    44
    55/*
    6  * Copyright (C) 2006-2012 Oracle Corporation
     6 * Copyright (C) 2006-2014 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    7979     *  FreeBSD declares uint64_t and int64_t wrong (long unsigned and long int
    8080     *  though they need to be long long unsigned and long long int). These
    81      *  defines conflict with our decleration in stdint.h. Adding the defines
     81     *  defines conflict with our declaration in stdint.h. Adding the defines
    8282     *  below omits the definitions in the system header.
    8383     */
     
    15811581/** Pointer to a public key encryption schema handle. */
    15821582typedef RTCRPKIXENCRYPTION                         *PRTCRPKIXENCRYPTION;
    1583 /** NIL publick key encryption schema handle */
     1583/** NIL public key encryption schema handle */
    15841584#define NIL_RTCRPKIXENCRYPTION                      (0)
    15851585
     
    15881588/** Pointer to a public key signature schema handle. */
    15891589typedef RTCRPKIXSIGNATURE                          *PRTCRPKIXSIGNATURE;
    1590 /** NIL publick key signature schema handle */
     1590/** NIL public key signature schema handle */
    15911591#define NIL_RTCRPKIXSIGNATURE                       (0)
    15921592
     
    17881788 */
    17891789typedef struct RTTRACEBUFINT                        *RTTRACEBUF;
    1790 /** Poiner to a trace buffer handle. */
     1790/** Pointer to a trace buffer handle. */
    17911791typedef RTTRACEBUF                                  *PRTTRACEBUF;
    17921792/** Nil trace buffer handle. */
     
    18411841/** A CPU set.
    18421842 * @note    Treat this as an opaque type and always use RTCpuSet* for
    1843  *          manupulating it. */
     1843 *          manipulating it. */
    18441844typedef struct RTCPUSET
    18451845{
     
    18721872/** Pointer to a random number generator handle. */
    18731873typedef RTRAND                                     *PRTRAND;
    1874 /** NIL random number genrator handle value. */
     1874/** NIL random number generator handle value. */
    18751875#define NIL_RTRAND                                  ((RTRAND)0)
    18761876
     
    23152315 * The structure definition is found in iprt/lockvalidator.h.  */
    23162316typedef struct RTLOCKVALRECSHRD        *PRTLOCKVALRECSHRD;
    2317 /** Pointer to a lock validator source poisition.
     2317/** Pointer to a lock validator source position.
    23182318 * The structure definition is found in iprt/lockvalidator.h.  */
    23192319typedef struct RTLOCKVALSRCPOS         *PRTLOCKVALSRCPOS;
    2320 /** Pointer to a const lock validator source poisition.
     2320/** Pointer to a const lock validator source position.
    23212321 * The structure definition is found in iprt/lockvalidator.h.  */
    23222322typedef struct RTLOCKVALSRCPOS const   *PCRTLOCKVALSRCPOS;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette