From e51092a2b89a98fdc4f89f53f2a300bfac718be3 Mon Sep 17 00:00:00 2001 From: Lu Fang Date: Thu, 13 Dec 2018 11:03:00 -0800 Subject: [PATCH] Fix typo (#15045) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c10/util/intrusive_ptr.h b/c10/util/intrusive_ptr.h index 324062f..806d958 100644 --- a/c10/util/intrusive_ptr.h +++ b/c10/util/intrusive_ptr.h @@ -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(). */ -- 2.7.4