From 4ba98b4d6c09cf1479e82e65854d330c8e3ee162 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Tue, 10 Mar 2020 07:59:19 +0100 Subject: [PATCH] fix(cd): remove duplicated comment introducing the cd builtin --- src/builtin_cd.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/builtin_cd.cpp b/src/builtin_cd.cpp index 98b3b4666..93d1bd204 100644 --- a/src/builtin_cd.cpp +++ b/src/builtin_cd.cpp @@ -18,8 +18,6 @@ #include "proc.h" #include "wutil.h" // IWYU pragma: keep -/// The cd builtin. Changes the current directory to the one specified or to $HOME if none is -/// specified. The directory can be relative to any directory in the CDPATH variable. /// The cd builtin. Changes the current directory to the one specified or to $HOME if none is /// specified. The directory can be relative to any directory in the CDPATH variable. int builtin_cd(parser_t &parser, io_streams_t &streams, wchar_t **argv) {