From 52df3e6d53bb528efc37ffb5b21ffac6f3a2b579 Mon Sep 17 00:00:00 2001 From: Oliver Evans Date: Wed, 13 Jun 2018 11:43:16 -0400 Subject: [PATCH] Fix typo in TAxis.cxx `"Return an array with the *lod* edge of all bins" -> "Return an array with the *low* edge of all bins"` --- hist/hist/src/TAxis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hist/hist/src/TAxis.cxx b/hist/hist/src/TAxis.cxx index d20ca3c05e1bc..b58c0c1f1276f 100644 --- a/hist/hist/src/TAxis.cxx +++ b/hist/hist/src/TAxis.cxx @@ -543,7 +543,7 @@ void TAxis::GetCenter(Double_t *center) const } //////////////////////////////////////////////////////////////////////////////// -/// Return an array with the lod edge of all bins +/// Return an array with the low edge of all bins void TAxis::GetLowEdge(Double_t *edge) const {