From 0380d408e09f2c00489a8f309b732320e50f2b36 Mon Sep 17 00:00:00 2001
From: Yury Delendik <ydelendik@mozilla.com>
Date: Mon, 16 Apr 2012 15:28:34 -0500
Subject: [PATCH] Fixes comment

---
 src/api.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api.js b/src/api.js
index 1dfafb9ee..633b1d493 100644
--- a/src/api.js
+++ b/src/api.js
@@ -345,7 +345,7 @@ var PDFPageProxy = (function PDFPageProxyClosure() {
       return promise;
     },
     /**
-     * Destroys allocated by page resources.
+     * Destroys resources allocated by the page.
      */
     destroy: function() {
       this.destroyed = true;