]> granicus.if.org Git - clang/commitdiff
Fix -Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 13 Jul 2019 08:08:43 +0000 (08:08 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 13 Jul 2019 08:08:43 +0000 (08:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365995 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/DirectoryWatcher/DirectoryWatcher.h

index 0bf966bb832ab9d09d258d0d4397fa14eb5da724..e74443e0bc81c80943c020a289f622da48fdf850 100644 (file)
@@ -98,8 +98,7 @@ public:
         : Kind(Kind), Filename(Filename) {}
   };
 
-  /// Returns nullptr if \param Path doesn't exist.
-  /// Returns nullptr if \param Path isn't a directory.
+  /// Returns nullptr if \param Path doesn't exist or isn't a directory.
   /// Returns nullptr if OS kernel API told us we can't start watching. In such
   /// case it's unclear whether just retrying has any chance to succeeed.
   static std::unique_ptr<DirectoryWatcher>