summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-08-16 23:57:53 -0400
committerTavian Barnes <tavianator@tavianator.com>2018-08-16 23:57:53 -0400
commit94740c610143ac26a2c0fa11998db8f0cb76af1a (patch)
tree563d18973b0c446332fc1b2bd5ee0e38f9768960 /color.h
parentdd7dfb391085a122631395cf001b196feedc7747 (diff)
downloadbfs-94740c610143ac26a2c0fa11998db8f0cb76af1a.tar.xz
color: Fix a doc comment typo
Diffstat (limited to 'color.h')
-rw-r--r--color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/color.h b/color.h
index ca8a46c..ac3d9b6 100644
--- a/color.h
+++ b/color.h
@@ -29,7 +29,7 @@ struct colors;
/**
* Parse a color table.
*
- * @param ls_color
+ * @param ls_colors
* A color table in the LS_COLORS environment variable format.
* @return The parsed color table.
*/