diff --git a/clang/lib/Driver/ToolChains/CommonArgs.cpp b/clang/lib/Driver/ToolChains/CommonArgs.cpp index 1e37d9d348818..3d0714286139d 100644 --- a/clang/lib/Driver/ToolChains/CommonArgs.cpp +++ b/clang/lib/Driver/ToolChains/CommonArgs.cpp @@ -1957,8 +1957,8 @@ tools::ParsePICArgs(const ToolChain &ToolChain, const ArgList &Args) { return std::make_tuple(RelocM, 0U, false); } -// `-falign-functions` indicates that the functions should be aligned to a -// 16-byte boundary. +// `-falign-functions` indicates that the functions should be aligned to the +// backend's preferred alignment. // // `-falign-functions=1` is the same as `-fno-align-functions`. //