summaryrefslogtreecommitdiff
path: root/common/utils.h
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2018-04-04 17:59:10 -0700
committerSen Jiang <senj@google.com>2018-04-04 18:07:19 -0700
commit771f6486a3b0333d43a2f8c743bfb945dca9db2c (patch)
treec72aa56680550f17c2b60621a1ede140f550aec8 /common/utils.h
parenta57d53e3edbda255a938a7dc76a2f38faeb520d4 (diff)
Correct some spellings.
Test: mma Change-Id: Icc49a4ee76f12d302ed18982d334f2f70b7263a8
Diffstat (limited to 'common/utils.h')
-rw-r--r--common/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/utils.h b/common/utils.h
index c102a16a..5c440834 100644
--- a/common/utils.h
+++ b/common/utils.h
@@ -110,7 +110,7 @@ bool ReadPipe(const std::string& cmd, std::string* out_p);
// occurs, -1 is returned.
off_t BlockDevSize(int fd);
-// Returns the size of the file at path, or the file desciptor fd. If the file
+// Returns the size of the file at path, or the file descriptor fd. If the file
// is actually a block device, this function will automatically call
// BlockDevSize. If the file doesn't exist or some error occurrs, -1 is
// returned.