Skip to content

Commit

Permalink
Fix the ArchX86 comment for Architecture. It should be x86 and not ar…
Browse files Browse the repository at this point in the history
…m. (#261)

Signed-off-by: Mike Ng <ming@redhat.com>
  • Loading branch information
mikeshng authored Aug 5, 2024
1 parent 87b6710 commit 90e5f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/data/cpu/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Architecture struct {

// If adding a new Arch, be sure to add it to Architecture.IsValid() and cpu.ArchitectureByName()
var (
// ArchX86 represents a 64-bit CPU using an ARM-based instruction set
// ArchX86 represents a 64-bit CPU using an x86-based instruction set
ArchX86 = Architecture{
names: [3]string{"x86", "x86_64", "amd64"},
defaultAWSInstanceType: "t3.micro",
Expand Down

0 comments on commit 90e5f19

Please sign in to comment.