From 2b705cfa15b9961e1465c1be31fda51ed5b24eb8 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 14 Aug 2023 10:29:19 +0200 Subject: [PATCH] Fixed typo in comment * TAO/tao/TimeBase.pidl: --- TAO/tao/TimeBase.pidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TAO/tao/TimeBase.pidl b/TAO/tao/TimeBase.pidl index 4e12365871b67..a8ef1157458cc 100644 --- a/TAO/tao/TimeBase.pidl +++ b/TAO/tao/TimeBase.pidl @@ -50,10 +50,10 @@ module TimeBase /// The actual time TimeT time; - /// The lowest bound for innacuracy + /// The lowest bound for inaccuracy unsigned long inacclo; - /// The upper bound for the innacuracy + /// The upper bound for the inaccuracy unsigned short inacchi; /// @todo please document