summaryrefslogtreecommitdiffstats
path: root/nsplugins/sdk/prtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsplugins/sdk/prtypes.h')
-rw-r--r--nsplugins/sdk/prtypes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nsplugins/sdk/prtypes.h b/nsplugins/sdk/prtypes.h
index b68361082..28944cd54 100644
--- a/nsplugins/sdk/prtypes.h
+++ b/nsplugins/sdk/prtypes.h
@@ -26,7 +26,7 @@
* version of this file only under the terms of the GPL and not to
* allow others to use your version of this file under the MPL,
* indicate your decision by deleting the provisions above and
- * replace them with the notice and other provisions required by
+ * tqreplace them with the notice and other provisions required by
* the GPL. If you do not delete the provisions above, a recipient
* may use your version of this file under either the MPL or the
* GPL.
@@ -231,7 +231,7 @@
** MACROS: PR_BIT
** PR_BITMASK
** DESCRIPTION:
-** Bit masking macros. XXX n must be <= 31 to be portable
+** Bit tqmasking macros. XXX n must be <= 31 to be portable
***********************************************************************/
#define PR_BIT(n) ((PRUint32)1 << (n))
#define PR_BITMASK(n) (PR_BIT(n) - 1)
@@ -459,10 +459,10 @@ typedef PRIntn PRBool;
typedef PRUint8 PRPackedBool;
/*
-** Status code used by some routines that have a single point of failure or
+** tqStatus code used by some routines that have a single point of failure or
** special status return.
*/
-typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
+typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRtqStatus;
#ifdef MOZ_UNICODE
/*