Skip to content

Commit 9ddc709

Browse files
ferdymercuryguitargeek
authored andcommitted
[nfc] docu typos
1 parent 094847b commit 9ddc709

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gui/gui/src/TRootDialog.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const char *TRootDialog::GetParameters()
133133

134134
// TODO: Combobox...
135135

136-
// if necessary, replace the selected object by it's address
136+
// if necessary, replace the selected object by its address
137137
if (selfobjpos == nparam-1) {
138138
if (params.Length()) params += ",";
139139
param = TString::Format("(TObject*)0x%zx",

gui/guibuilder/src/TGuiBldDragManager.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const char *TGuiBldMenuDialog::GetParameters()
230230

231231
// TODO: Combobox...
232232

233-
// if necessary, replace the selected object by it's address
233+
// if necessary, replace the selected object by its address
234234
if (selfobjpos == nparam-1) {
235235
if (params[0]) strlcat(params, ",", 1024-strlen(params));
236236
snprintf(param, 255, "(TObject*)0x%zx", (size_t)fObject);

math/mathcore/src/TMath.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2272,7 +2272,7 @@ Double_t TMath::ChisquareQuantile(Double_t p, Double_t ndf)
22722272
/// F-distribution arises in testing whether two random samples
22732273
/// have the same variance. It is the ratio of two chi-square
22742274
/// distributions, with N and M degrees of freedom respectively,
2275-
/// where each chi-square is first divided by it's number of degrees
2275+
/// where each chi-square is first divided by its number of degrees
22762276
/// of freedom.
22772277
///
22782278
/// \author Anna Kreshuk

0 commit comments

Comments
 (0)