Fix Typo in SmallVector doc
authorJake Vossen <jake@vossen.dev>
Fri, 1 Apr 2022 03:38:14 +0000 (03:38 +0000)
committerKiran Chandramohan <kiran.chandramohan@arm.com>
Fri, 1 Apr 2022 03:44:37 +0000 (03:44 +0000)
Replace forward slash with backward slash.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D120930

llvm/include/llvm/ADT/SmallVector.h

index a4a7903..701d10f 100644 (file)
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 ///
-/// /file
+/// \file
 /// This file defines the SmallVector class.
 ///
 //===----------------------------------------------------------------------===//