Fix typo (#15045)
authorLu Fang <lufang@fb.com>
Thu, 13 Dec 2018 19:03:00 +0000 (11:03 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 13 Dec 2018 19:13:19 +0000 (11:13 -0800)
Summary:
Simple typo fix
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15045

Reviewed By: dzhulgakov

Differential Revision: D13413509

Pulled By: houseroad

fbshipit-source-id: be66700c30d038368b1433232a4e3fd9299c83d6

c10/util/intrusive_ptr.h

index 324062f..806d958 100644 (file)
@@ -339,7 +339,7 @@ class intrusive_ptr final {
 
   /**
    * Takes an owning pointer to TTarget* and creates an intrusive_ptr that takes
-   * over ownership. Thas means the refcount is not increased.
+   * over ownership. That means the refcount is not increased.
    * This is the counter-part to intrusive_ptr::release() and the pointer
    * passed in *must* have been created using intrusive_ptr::release().
    */