https://git.reactos.org/?p=reactos.git;a=commitdiff;h=30369b800575865feeae1…
commit 30369b800575865feeae18bd0fbbc3367d3319fc
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Tue Apr 4 23:41:48 2023 +0200
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Wed Apr 5 03:33:41 2023 +0200
[NTOS] "Bugzilla" --> "Jira"
---
ntoskrnl/config/i386/cmhardwr.c | 10 +++++-----
ntoskrnl/ke/bug.c | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ntoskrnl/config/i386/cmhardwr.c b/ntoskrnl/config/i386/cmhardwr.c
index 235250d7076..c3dfad1e4ba 100644
--- a/ntoskrnl/config/i386/cmhardwr.c
+++ b/ntoskrnl/config/i386/cmhardwr.c
@@ -514,7 +514,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK
LoaderBloc
Data.Buffer,
Data.Length + sizeof(UNICODE_NULL));
- /* ROS: Save a copy for bugzilla reporting */
+ /* ROS: Save a copy for Jira reporting */
if (!RtlCreateUnicodeString(&KeRosProcessorName,
Data.Buffer))
{
/* Do not fail for this */
@@ -709,7 +709,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK
LoaderBloc
Data.Buffer,
Data.Length + sizeof(UNICODE_NULL));
- /* ROS: Save a copy for bugzilla reporting */
+ /* ROS: Save a copy for Jira reporting */
if (!RtlCreateUnicodeString(&KeRosBiosDate, Data.Buffer))
KeRosBiosDate.Length = 0;
@@ -772,7 +772,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK
LoaderBloc
BiosVersion,
TotalLength);
- /* ROS: Save a copy for bugzilla reporting */
+ /* ROS: Save a copy for Jira reporting */
if (!RtlCreateUnicodeString(&KeRosBiosVersion, (PWCH)BiosVersion))
KeRosBiosVersion.Length = 0;
}
@@ -816,7 +816,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK
LoaderBloc
Data.Buffer,
Data.Length + sizeof(UNICODE_NULL));
- /* ROS: Save a copy for bugzilla reporting */
+ /* ROS: Save a copy for Jira reporting */
if (!RtlCreateUnicodeString(&KeRosVideoBiosDate, Data.Buffer))
KeRosVideoBiosDate.Length = 0;
@@ -874,7 +874,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK
LoaderBloc
BiosVersion,
TotalLength);
- /* ROS: Save a copy for bugzilla reporting */
+ /* ROS: Save a copy for Jira reporting */
if (!RtlCreateUnicodeString(&KeRosVideoBiosVersion,
(PWCH)BiosVersion))
KeRosVideoBiosVersion.Length = 0;
}
diff --git a/ntoskrnl/ke/bug.c b/ntoskrnl/ke/bug.c
index 78bea627ad8..16862193986 100644
--- a/ntoskrnl/ke/bug.c
+++ b/ntoskrnl/ke/bug.c
@@ -29,7 +29,7 @@ ULONG_PTR KiBugCheckData[5];
PKNMI_HANDLER_CALLBACK KiNmiCallbackListHead = NULL;
KSPIN_LOCK KiNmiCallbackListLock;
-/* Bugzilla Reporting */
+/* Jira Reporting */
UNICODE_STRING KeRosProcessorName, KeRosBiosDate, KeRosBiosVersion;
UNICODE_STRING KeRosVideoBiosDate, KeRosVideoBiosVersion;