Skip to content

Commit cac0f9f

Browse files
committed
Fix Javadocs
1 parent 82e8dff commit cac0f9f

File tree

1 file changed

+1
-1
lines changed
  • server/src/main/java/org/elasticsearch/monitor/os

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/monitor/os/OsProbe.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ private String getPrettyName() throws IOException {
570570

571571
/**
572572
* The lines from {@code /etc/os-release} or {@code /usr/lib/os-release} as a fallback, with an additional fallback to
573-
* {@code /etc/system-release}. These file represents identification of the underlying operating system. The structure of the file is
573+
* {@code /etc/system-release}. These files represents identification of the underlying operating system. The structure of the file is
574574
* newlines of key-value pairs of shell-compatible variable assignments.
575575
*
576576
* @return the lines from {@code /etc/os-release} or {@code /usr/lib/os-release} or {@code /etc/system-release}

0 commit comments

Comments
 (0)