summaryrefslogtreecommitdiff
path: root/runtime/zip_archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/zip_archive.h')
-rw-r--r--runtime/zip_archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/zip_archive.h b/runtime/zip_archive.h
index 865af515d8..717eb8c82e 100644
--- a/runtime/zip_archive.h
+++ b/runtime/zip_archive.h
@@ -57,7 +57,7 @@ class ZipEntry {
class ZipArchive {
public:
- // return new ZipArchive instance on success, NULL on error.
+ // return new ZipArchive instance on success, null on error.
static ZipArchive* Open(const char* filename, std::string* error_msg);
static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);