Fix a few typos and grammars in comment

Summary:
Fix a few typos and grammars in comment

by using language-check, python library
spell_checker source code is here : https://github.com/17-1-SKKU-OSS/011A/blob/master/spell_checker/spell_checker.py
here is the text file which indicates what things should be fixed :  https://github.com/17-1-SKKU-OSS/011A/tree/master/spell_checker/fix/caffe2
Closes https://github.com/caffe2/caffe2/pull/719

Differential Revision: D5165118

Pulled By: aaronmarkham

fbshipit-source-id: 7fb8ef7a99d03cd5fd2f9ebdb01b9865e90fc37b
This commit is contained in:
haracejacob
2017-06-14 18:17:13 -07:00
committed by Facebook Github Bot
parent 46a95cf420
commit 2ec294a8bb
32 changed files with 49 additions and 49 deletions

View File

@ -150,7 +150,7 @@ class GradientChecker:
"""A gradient checker in Python.
This is not the most efficient way to check gradients, as the Python
interface will involve a lot of copy back and forth operations. Use at your
interface will involve a lot of copies back and forth operations. Use at your
own risk.
"""