Skip to content

Commit 9848ba2

Browse files
author
Igor S. Gerasimov
committed
Use ISO C90 style comment in C code
1 parent 8337d01 commit 9848ba2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/include/llvm/Support/AutoConvert.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ std::error_code restorezOSStdHandleAutoConversion(int FD);
5555
/** \brief Set the tag information for a file descriptor. */
5656
std::error_code setzOSFileTag(int FD, int CCSID, bool Text);
5757

58-
// Get the the tag ccsid for a file name or a file descriptor.
58+
/** Get the the tag ccsid for a file name or a file descriptor. */
5959
ErrorOr<__ccsid_t> getzOSFileTag(const char *FileName, const int FD = -1);
6060

61-
// Query the file tag to determine if it needs conversion to UTF-8 codepage.
61+
/** Query the file tag to determine if it needs conversion to UTF-8 codepage. */
6262
ErrorOr<bool> needzOSConversion(const char *FileName, const int FD = -1);
6363

64-
} // namespace llvm
65-
#endif // __cplusplus
64+
} /* namespace llvm */
65+
#endif /* __cplusplus */
6666

6767
#endif /* __MVS__ */
6868

0 commit comments

Comments
 (0)