summaryrefslogtreecommitdiff
path: root/np_sdk
diff options
context:
space:
mode:
Diffstat (limited to 'np_sdk')
-rw-r--r--np_sdk/inc/npfunctions.h2
-rw-r--r--np_sdk/inc/nptypes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/np_sdk/inc/npfunctions.h b/np_sdk/inc/npfunctions.h
index 64305334344b..9754567e67f5 100644
--- a/np_sdk/inc/npfunctions.h
+++ b/np_sdk/inc/npfunctions.h
@@ -217,7 +217,7 @@ typedef struct _NPNetscapeFuncs {
* These can be called to retrieve MIME information from the plugin dynamically
*
* Note: For compatibility with Quicktime, BPSupportedMIMEtypes is another way
- * to get mime info from the plugin only on OSX and may not be supported
+ * to get mime info from the plugin only on OSX and may not be supported
* in future version -- use NP_GetMIMEDescription instead
*/
enum
diff --git a/np_sdk/inc/nptypes.h b/np_sdk/inc/nptypes.h
index d5faf5f4921c..63dcb0602b3b 100644
--- a/np_sdk/inc/nptypes.h
+++ b/np_sdk/inc/nptypes.h
@@ -69,7 +69,7 @@
#endif
#elif defined(bsdi) || defined(FREEBSD) || defined(OPENBSD)
/*
- * BSD/OS, FreeBSD, and OpenBSD ship sys/types.h that define int32_t and
+ * BSD/OS, FreeBSD, and OpenBSD ship sys/types.h that define int32_t and
* u_int32_t.
*/
#include <sys/types.h>