Index: webrtc/base/fileutils.h |
diff --git a/webrtc/base/fileutils.h b/webrtc/base/fileutils.h |
index 8b090990e1ac485ead8f5ce8b9d16a6fd6bbc418..8f6ec521b2f5c566bcf50373adc5f88849470024 100644 |
--- a/webrtc/base/fileutils.h |
+++ b/webrtc/base/fileutils.h |
@@ -85,7 +85,7 @@ class FilesystemInterface { |
virtual DirectoryIterator* IterateDirectory(); |
// Opens a file. Returns an open StreamInterface if function succeeds. |
- // Otherwise, returns NULL. |
+ // Otherwise, returns null. |
// TODO: Add an error param to indicate failure reason, similar to |
// FileStream::Open |
virtual FileStream *OpenFile(const Pathname &filename, |