From 59c1af50d3b1c5bc7f3cd0a8853c5f5d259a16ee Mon Sep 17 00:00:00 2001 From: Paul Biggar Date: Thu, 31 Mar 2011 19:34:14 -0700 Subject: [PATCH] Fix minor typo, followup to bug 634155 (no review) --- js/src/jsutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jsutil.h b/js/src/jsutil.h index a07588e84fe..405031869ee 100644 --- a/js/src/jsutil.h +++ b/js/src/jsutil.h @@ -260,7 +260,7 @@ JS_END_EXTERN_C #ifdef __cplusplus /* - * User guide to memory memangement within SpiderMonkey: + * User guide to memory management within SpiderMonkey: * * Quick tips: *